X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustrecvs;h=fa24a0135ee0e7a669af648ed03e52528c108712;hb=fe7f794de1586f918d051b8be3d923c46bbf9deb;hp=9a65191cb74127a308068d301b297ba44e7b5f2a;hpb=2bed6877493cb851010e2dc24b78256a34b3bc8a;p=fs%2Flustre-release.git diff --git a/lustrecvs b/lustrecvs index 9a65191..fa24a01 100755 --- a/lustrecvs +++ b/lustrecvs @@ -27,7 +27,7 @@ EOF if [ -z "$LUSTRECVS_UPDATED" ] ; then echo "$progname: updating lustrecvs" - cvs -z9 up -l || fatal 1 "Error updating lustrecvs" + cvs up -l || fatal 1 "Error updating lustrecvs" export LUSTRECVS_UPDATED=yes exec "$0" "$@" fi @@ -119,7 +119,7 @@ cvs_cmd () ( cd "$dir" && cvs up $datecmd -dAP $uptag ) else echo "$progname: Checking out $dir from $tag" - cvs -z9 co $datecmd -P $cotag -d "$dir" "$module" + cvs co $datecmd -P $cotag -d "$dir" "$module" fi if [ $? != 0 ] ; then error_modules="$dir $error_modules"