Date: Wed, 03 May 2000 09:05:42 -0700 From: Doug Barton <DougB@gorean.org> To: Christian Weisgerber <naddy@unix-ag.uni-kl.de> Cc: freebsd-questions@freebsd.org Subject: Re: CVS read access to local FreeBSD repository? Message-ID: <39104E56.A7C0CBFA@gorean.org> References: <20000503165943.A18263@fettuccini.unix-ag.uni-kl.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Christian Weisgerber wrote: > > I have a local copy of the FreeBSD CVS repository which I use for > cvsup checkouts to multiple machines and CVSweb browsing. > > How can I, as a nonpriviledged user without write access to the > repository, extract certain revisions? Access to HEAD works fine, > but as soon as I specify "-r" I get errors such as this: > > naddy@fettuccini[~] cvs -Rd /home/ncvs/FreeBSD co -rRELEASE_3_2_0 mpg123 > cvs [checkout aborted]: cannot write /home/ncvs/FreeBSD/CVSROOT/val-tags: Permission denied Actually, you have two problems here. First, if you take a look in that file, you will see entries like this: RELENG_2_2 y RELENG_3_0_0_RELEASE y RELENG_3_1_0_RELEASE y RELENG_3 y Add the following as root: RELENG_3_2_0_RELEASE y Then use that tag to check out what you want. The tag you specified does not exist. Good luck, Doug -- Excess on occasion is exhilarating. It prevents moderation from acquiring the deadening effect of a habit. -- W. Somerset Maugham 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?39104E56.A7C0CBFA>