Whamcloud - gitweb
Fix for people who do not have a proper .cvsrc
[fs/lustre-release.git] / lustrecvs
index bcce779..3253b89 100755 (executable)
--- a/lustrecvs
+++ b/lustrecvs
@@ -39,9 +39,6 @@ case "$lustretag" in
 
     # this is the branch table
     # keep this list sorted alphabetically!
-    b1_2)
-        portalstag="b1_2"
-       ;;
 
     *)
         buildtag="HEAD"
@@ -67,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"