Date: Thu, 24 Jan 2002 11:09:17 -0900 From: Beech Rintoul <akbeech@anchoragerescue.org> To: collinsm@surfeu.de, collins <collinsm@martin-collins.de>, freebsd-questions@freebsd.org Subject: Re: cvs checkout problem Message-ID: <20020124200917.D18EEA3@nebula.anchoragerescue.org> In-Reply-To: <02012419464902.03051@bear.mmc.private> References: <02012419464902.03051@bear.mmc.private>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 24 January 2002 09:46 am, collins wrote: > Hallo, > > I'm trying to checkout the /usr/ports with the command: > > cvs checkout -r RELENG_4_4_0_RELEASE ports > > The directory /usr/ports is created and the sources are checked out. The > trouble is that directly after a subdirectory such as "archivers" gets > created and filled with files it's deleted again. So I end up with just the > one ports directory /usr/ports/x11-wm at the end of the process. > > Anybody know what's wrong here. I was able to checkout the /usr/src tree > without any problem. > > Thanks for any tips, > > Martin. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message The only tag that is valid for the ports is current. Do your cvs co without the RELENG_4_4_0_RELEASE tag ie: cvs co -r ports Any other tag will delete all your ports and just leave the directories. Beech -- ------------------------------------------------------------------- Beech Rintoul - IT Manager - Instructor - akbeech@anchoragerescue.org /"\ ASCII Ribbon Campaign | Anchorage Gospel Rescue Mission \ / - NO HTML/RTF in e-mail | P.O. Box 230510 X - NO Word docs in e-mail | Anchorage, AK 99523-0510 / \ ----------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020124200917.D18EEA3>