X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Fgetme.sh;h=92c3ee55e73039c79fd5acba4be286b70b485535;hb=df2fd38ab5e5d97c24b22f24acef7d0b031d9739;hp=da38c6294befda8fb44bbc0f2072296a3c9cdbc6;hpb=dbe3a7d9104352d69efdaa5eca600908ecc9bba8;p=feisty_meow.git diff --git a/scripts/rev_control/getme.sh b/scripts/rev_control/getme.sh index da38c629..92c3ee55 100644 --- a/scripts/rev_control/getme.sh +++ b/scripts/rev_control/getme.sh @@ -25,7 +25,7 @@ function do_update() directory="$1"; shift if [ -d "CVS" ]; then - cvs co -P -kb "$directory" + cvs update . elif [ -d ".svn" ]; then svn update . elif [ -d ".git" ]; then