2 # a simple script for updating a set of folders from subversion or git.
3 # this can take a directory as parameter, but will default to the current
4 # working directory. all the directories under the passed directory will
12 source "$FEISTY_MEOW_SCRIPTS/rev_control/version_control.sh"
14 pushd "$dir" &>/dev/null
15 tempfile=$(generate_rev_ctrl_filelist)
18 perform_revctrl_action_on_file "$tempfile" do_update