From 27c37b8ef928d85a1358c0c7ab5ad2fd6d27c725 Mon Sep 17 00:00:00 2001 From: jacob Date: Thu, 30 Dec 2004 08:35:34 +0000 Subject: [PATCH] Fix for people who do not have a proper .cvsrc --- lustrecvs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustrecvs b/lustrecvs index 70ac2a0..3253b89 100755 --- 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" -- 1.8.3.1