From 84b2b6965fb887e0abbd91e11d67e123ce69fb16 Mon Sep 17 00:00:00 2001 From: jacob Date: Mon, 13 Dec 2004 23:27:43 +0000 Subject: [PATCH] use HEAD portals and fix HEAD checkouts --- lustrecvs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 1.8.3.1