working on annoying skip of pulls
authorFred T. Hamster <fred@gruntose.com>
Tue, 14 Jan 2025 15:18:58 +0000 (10:18 -0500)
committerFred T. Hamster <fred@gruntose.com>
Tue, 14 Jan 2025 15:18:58 +0000 (10:18 -0500)
scripts/rev_control/version_control.sh

index 1cfc85c6f38c5293c44dafd0f895e2afdb876c36..648b76ab738ec95fdd33cdc730b43188034c4b08 100644 (file)
@@ -99,9 +99,9 @@ function do_revctrl_checkin()
         exit_on_error "svn checkin"
       fi
     fi
-  elif [ ! -z "$(seek_writable ".git" "up")" ]; then
+  elif [ -d ".git" -o ! -z "$(seek_writable ".git" "up")" ]; then
     topdir="$(seek_writable ".git" "up")"
-#echo "got topdir from seeking of '$topdir'"
+echo "got topdir from seeking of '$topdir'"
     if [ ! -z "$topdir" ]; then
 
       # jump to the directory above the .git directory, to make git happy.