3 # checkin: checks in all the folders present in the REPOSITORY_LIST variable.
5 source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
6 source "$FEISTY_MEOW_SCRIPTS/rev_control/version_control.sh"
12 echo "committing repositories at: $(date)"
14 FULL_LIST=" $(dirname $FEISTY_MEOW_APEX) $HOME "
15 if [ "$OS" == "Windows_NT" ]; then
16 FULL_LIST+=" c:/ d:/ e:/ "
19 checkin_list $FULL_LIST
20 exit_on_error "revision control check-in of list: $FULL_LIST"
26 # regenerate the scripts after the check-in, since an update during check-in
27 # could mean we have a modified version of feisty meow is present.
32 restore_terminal_title