From owner-freebsd-questions@FreeBSD.ORG Wed Jun 8 12:07:46 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF99616A41C for ; Wed, 8 Jun 2005 12:07:45 +0000 (GMT) (envelope-from bob@ibsd.us) Received: from chaos.fxp.org (chaos.fxp.org [216.155.111.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id A74BE43D48 for ; Wed, 8 Jun 2005 12:07:45 +0000 (GMT) (envelope-from bob@ibsd.us) Received: from localhost (localhost.fxp.org [127.0.0.1]) by chaos.fxp.org (Postfix) with ESMTP id F1A8128450; Wed, 8 Jun 2005 08:07:44 -0400 (EDT) Received: from chaos.fxp.org ([127.0.0.1]) by localhost (chaos.fxp.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 94737-01-4; Wed, 8 Jun 2005 08:07:40 -0400 (EDT) Received: from [192.168.1.102] (66-169-119-88.dhcp.ftwo.tx.charter.com [66.169.119.88]) by chaos.fxp.org (Postfix) with ESMTP id 4289728444; Wed, 8 Jun 2005 08:07:40 -0400 (EDT) Message-ID: <42A6DF8B.2090806@ibsd.us> Date: Wed, 08 Jun 2005 07:07:39 -0500 From: Bob Bomar User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Denny White References: <20050607171901.A3942@dualman.cableone.net> <42A62287.3020705@ibsd.us> <20050607225028.H47050@dualman.cableone.net> In-Reply-To: <20050607225028.H47050@dualman.cableone.net> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at fxp.org Cc: questions@freebsd.org Subject: Re: cvs question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2005 12:07:46 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Denny White wrote: | | | I appreciate the answer. I'm kind of up | against the wall with this thing. Can't | seem to get it. I created /usr/local/ncvs, | setenv CVSROOT /usr/local/ncvs & tried to | do what I thought would be simpler & a good | trial run on something simpler than the | whole source tree. I did a cvsup on www & | got it okay. Then I went into /usr/local/www | & did a make install. It started filling up | /root with public_html & finally stopped on | an error, saying the CVSROOT environment | setting was invalid. What am I doing wrong? | | | | On Tue, 7 Jun 2005, Bob Bomar wrote: | |> Denny White wrote: |> | |> | |> | I know before asking this has been |> | covered profusely, and I have read |> | a lot in the handbook, man pages, |> | fbsd web site & mailing list archives. |> | But, there are some things I just do |> | not understand. My main question is, |> | is it okay to change |> | /home/ncvs |> | to |> | /usr/ncvs |> | I ask because of the repository size |> | compared to what I have on this box |> | on /home & /usr. |> | |> | Filesystem Size Used Avail Capacity Mounted on |> | /dev/amrd0s1e 1.9G 277M 1.5G 15% /home |> | |> | Filesystem Size Used Avail Capacity Mounted on |> | /dev/amrd0s1g 11G 2.3G 7.7G 23% /usr |> | |> | So you can see why I want to use /usr/ncvs |> | instead of /home/ncvs. I guess I'm a lousy |> | googler, but I just couldn't seem to phrase |> | my question to find the answer I wanted. |> |> You can change it to what ever you want. |> I have /usr/local/cvs/ and then various repositories |> for different projects. |> |> | |> | My 2nd question is, when you cvsup an individual |> | release, it says not to include ports-all and |> | doc-all, as you will wipe out what you already |> | have. But, when you don't specify an individual |> | release, just *default release=cvs and src-all, |> | if you specify ports-all & doc-all, you won't |> | wipe out what you already have. Am I understanding |> | it correctly? |> | Thanks in advance for your patience & any help |> | & explanations I receive. |> | |> | |> |> You want to cvsup ports-all with tag=. since |> the ports dont change with each relase, just the src. |> |> I think I may be a little confused. Are you trying to setup a cvsup mirror? If so, then look at net/cvsup-mirror. That will setup a mirror for you, and it will ask where you want to store the data. If you are just wanting to pull the src tree, then you can use anon cvs and something like: % cd /usr/local/ncvs % setenv CVSROOT :pserver:freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs % cvs login % cvs co -rRELENG_5 src ... wait for everything to transfer ... % cvs logout CVSROOT is where the repository resides. I.E. in the example above, the repository is located at anoncvs.FreeBSD.org in /home/ncvs. - -- Bob Bomar bob@bomar.us http://www.bomar.us/~bob -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCpt+K9Jm/aTrtdKoRAkDNAJ97NeuceQsk3ORWI8La719LuvRknQCeOpGp YdiKr3dhdZ14SaSAKzc93SU= =SS6u -----END PGP SIGNATURE-----