cleaning up revision control tools
authorChris Koeritz <fred@gruntose.com>
Fri, 3 Nov 2017 05:19:14 +0000 (01:19 -0400)
committerChris Koeritz <fred@gruntose.com>
Fri, 3 Nov 2017 05:19:14 +0000 (01:19 -0400)
commitba3dab0632f2eedfce6f724d76a9c967ccb9fe90
tree2fd86685bc98bc53e4398713aaa3720cc9bf5d99
parent25005ff22c9f845ffffa682a903b0c0b8f76e28d
cleaning up revision control tools

tried to move to a consistent naming scheme.  getem and checkin are the "grab the code" and "check the code in" operations.  so rgetem and rcheckin are the recursive versions of those that act on a whole hierarchy.  other scripts have been renamed for easier understanding of what the heck they do.  some junk scripts have been flushed out.
19 files changed:
infobase/configuration/cron/synch_and_swim_downstream.crontab
scripts/archival/shared_updater_parts.sh
scripts/core/functions.sh
scripts/files/cleanerator.sh [deleted file]
scripts/rev_control/diff_repo.sh [new file with mode: 0644]
scripts/rev_control/fix_ssh_perms.sh [deleted file]
scripts/rev_control/fix_svn_item.sh [deleted file]
scripts/rev_control/rcheckin.sh [new file with mode: 0644]
scripts/rev_control/report_new.sh [new file with mode: 0644]
scripts/rev_control/resolve_svn.sh [new file with mode: 0644]
scripts/rev_control/rev_checkin.sh [deleted file]
scripts/rev_control/rev_diff.sh [deleted file]
scripts/rev_control/rev_report_new.sh [deleted file]
scripts/rev_control/rev_update.sh [deleted file]
scripts/rev_control/rgetem.sh [new file with mode: 0644]
scripts/rev_control/svn.sh [deleted file]
scripts/rev_control/svnapply.sh
scripts/rev_control/version_control.sh
scripts/security/fix_ssh_perms.sh [new file with mode: 0644]