Date: Fri, 16 Oct 1998 19:30:50 -0700 From: John Polstra <jdp@polstra.com> To: grog@lemis.com Cc: current@FreeBSD.ORG Subject: Re: Why can't I check out RELENG_3_0_0_RELEASE? Message-ID: <199810170230.TAA16504@austin.polstra.com> In-Reply-To: <19981017114052.Q469@freebie.lemis.com> References: <19981017114052.Q469@freebie.lemis.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <19981017114052.Q469@freebie.lemis.com>, Greg Lehey <grog@lemis.com> wrote: > I'm not sure if I'm doing something wrong here or not. Certainly I've > seen a difference between 2.2.6 and 3.0 RELEASEs. With 2.2.6, I can > write: > > # cvs co -r RELENG_2_2_6_RELEASE world > cvs checkout: Updating . > cvs checkout: Updating CVSROOT > cvs checkout: Updating CVSROOT/commitlogs > cvs checkout: Updating doc > (etc) > > If I enter: > > # cvs co -r RELENG_3_0_0_RELEASE src > > it creates the directories CVS and src/CVS, apparently with the > correct contents, but doesn't check any modules out. Did you really wait until it finished, or did you get impatient and kill it? The first time you check out using a new tag, it goes searching through every file looking for the tag to make sure it's valid. Then it adds the tag to ${CVSROOT}/CVSROOT/val-tags and works quickly thereafter. I don't know why it doesn't find the tag sooner than it does. I have a suspicion that it's searching the whole repository including the ports tree, which does not contain that tag. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810170230.TAA16504>