From: Chris Koeritz Date: Sat, 28 Jan 2012 22:15:33 +0000 (-0500) Subject: fix for updating cvs. X-Git-Tag: 2.140.90~1656^2~5 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=7a7aeb843c3cf492afc9a057a284f0931a15850a;p=feisty_meow.git fix for updating cvs. --- 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