From fa21918ca820dc70cfcff1a283fd6acb3fb817d4 Mon Sep 17 00:00:00 2001 From: jacob Date: Tue, 11 Jan 2005 19:09:59 +0000 Subject: [PATCH] prune directories on co --- lustrecvs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 1.8.3.1