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"
10 echo "committing repositories at: $(date)"
13 FULL_LIST=" $(dirname $FEISTY_MEOW_APEX) $HOME "
14 if [ "$OS" == "Windows_NT" ]; then
15 FULL_LIST+=" c:/ d:/ e:/ "
18 checkin_list $FULL_LIST
19 test_or_die "checking in list: $FULL_LIST"
23 # regenerate the scripts after checking in, since this could mean a modified version
24 # of feisty meow is present.