Whamcloud - gitweb
prune directories on co
authorjacob <jacob>
Tue, 11 Jan 2005 19:09:59 +0000 (19:09 +0000)
committerjacob <jacob>
Tue, 11 Jan 2005 19:09:59 +0000 (19:09 +0000)
lustrecvs

index 30d6ff8..6105c5b 100755 (executable)
--- a/lustrecvs
+++ b/lustrecvs
@@ -74,7 +74,7 @@ cvs_cmd ()
        ( cd "$dir" && cvs up -dP $uptag )
     else
        echo "$progname: Checking out $dir from $tag"
        ( cd "$dir" && cvs up -dP $uptag )
     else
        echo "$progname: Checking out $dir from $tag"
-       cvs co $cotag -d "$dir" "$module"
+       cvs co -P $cotag -d "$dir" "$module"
     fi
 }
 
     fi
 }