From: jacob Date: Thu, 30 Dec 2004 08:35:34 +0000 (+0000) Subject: Fix for people who do not have a proper .cvsrc X-Git-Tag: 1.3.4~227 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=27c37b8ef928d85a1358c0c7ab5ad2fd6d27c725;p=fs%2Flustre-release.git Fix for people who do not have a proper .cvsrc --- 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"