Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2001 23:10:44 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        j mckitrick <jcm@freebsd-uk.eu.org>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: best permissions for local CVS tree?
Message-ID:  <20010619231044.A11364@hades.hell.gr>
In-Reply-To: <20010619121356.A70030@dogma.freebsd-uk.eu.org>; from jcm@freebsd-uk.eu.org on Tue, Jun 19, 2001 at 12:13:56PM %2B0100
References:  <20010616221534.A93020@dogma.freebsd-uk.eu.org> <20010617031821.A2091@hades.hell.gr> <20010619121356.A70030@dogma.freebsd-uk.eu.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jun 19, 2001 at 12:13:56PM +0100, j mckitrick wrote:
> 
> So, do you login as ncvs when you want to update sources?

Yes, my /home/ncvs contains an edited copy of
/usr/share/examples/cvsup/cvs-supfile

and I have ncvs account password set to '*' so I have so `su root' and
then `su - ncvs' before I run:

	ncvs!localhost:/home/ncvs$ cvsup -g -L 2 cvs-supfile

to update the /home/ncvs tree.

> Also, when i run cvs, it complains about being run anywhere but /usr.  How
> do you get it to run in /usr/src?

Oh, pardon my mistake here.  I forgot to mention that when I first
CVSup'ed the entire tree, I did the following:

	# cd /usr
	# /bin/rm -fr src
	# cvs -R -d /home/ncvs checkout -r RELENG_4 src

to checkout an initial source tree of 4-STABLE.

-giorgos

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?20010619231044.A11364>