Whamcloud - gitweb
Fix for people who do not have a proper .cvsrc
authorjacob <jacob>
Thu, 30 Dec 2004 08:35:34 +0000 (08:35 +0000)
committerjacob <jacob>
Thu, 30 Dec 2004 08:35:34 +0000 (08:35 +0000)
lustrecvs

index 70ac2a0..3253b89 100755 (executable)
--- a/lustrecvs
+++ b/lustrecvs
@@ -64,7 +64,7 @@ cvs_cmd ()
 
     if [ -d "$dir" ] ; then
        echo "$progname: Updating $dir to $tag"
-       ( cd "$dir" && cvs up $uptag )
+       ( cd "$dir" && cvs up -dP $uptag )
     else
        echo "$progname: Checking out $dir from $tag"
        cvs co $cotag -d "$dir" "$module"