Date: Thu, 04 May 2000 13:43:17 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: rlglende@alink.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Where is the CVSROOT for a repository? Message-ID: <3553.957440597@axl.ops.uunet.co.za> In-Reply-To: Your message of "Wed, 03 May 2000 15:10:48 MST." <009301bfb54c$6ff396c0$0100a8c0@landg01>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 03 May 2000 15:10:48 MST, "Lew Glendenning" wrote: > Downloading and building the repository went fine. > > The next step is to create the source tree. I set the environmental > variable CVSROOT to '/usr1'. Then 'cd $CVSROOT/src' and 'cvs log Makefile'. Okay, so you've put your repository in /usr1. Now you need to check a working source tree out of it. cd /path/to/some/dir cvs checkout -rRELENG_4 src Obviously, you may want to use something other than RELENG_4 there. The cvs info file will help you a lot: info cvs Of course, if you're not familiar with info(1), you may first want to find out how to use it: info info Ciao, Sheldon. 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?3553.957440597>