Whamcloud - gitweb
prune directories on co
[fs/lustre-release.git] / 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"
-       cvs co $cotag -d "$dir" "$module"
+       cvs co -P $cotag -d "$dir" "$module"
     fi
 }