From: jacob Date: Mon, 13 Dec 2004 23:27:43 +0000 (+0000) Subject: use HEAD portals and fix HEAD checkouts X-Git-Tag: v1_7_100~1761 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=84b2b6965fb887e0abbd91e11d67e123ce69fb16 use HEAD portals and fix HEAD checkouts --- diff --git a/lustrecvs b/lustrecvs index cac91c1..5c9f0ab 100755 --- a/lustrecvs +++ b/lustrecvs @@ -25,7 +25,7 @@ EOF # portalstag="HEAD" buildtag="HEAD" -portalstag="b1_4" +portalstag="HEAD" lustretag="$1" libsysiotag="head_0607" @@ -62,6 +62,7 @@ cvs_cmd () local dir="$1" local module="$2" local tag="$3" + local cvstag="" if [ "$tag" != "HEAD" ] ; then cvstag="-r $tag"