From: jacob Date: Tue, 11 Jan 2005 19:09:59 +0000 (+0000) Subject: prune directories on co X-Git-Tag: v1_7_100~1682 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=fa21918ca820dc70cfcff1a283fd6acb3fb817d4 prune directories on co --- diff --git a/lustrecvs b/lustrecvs index 30d6ff8..6105c5b 100755 --- 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 }