fix for updating cvs.
authorChris Koeritz <fred@gruntose.com>
Sat, 28 Jan 2012 22:15:33 +0000 (17:15 -0500)
committerChris Koeritz <fred@gruntose.com>
Sat, 28 Jan 2012 22:15:33 +0000 (17:15 -0500)
scripts/rev_control/getme.sh

index da38c6294befda8fb44bbc0f2072296a3c9cdbc6..92c3ee55e73039c79fd5acba4be286b70b485535 100644 (file)
@@ -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