Date: Sat, 27 May 2000 20:55:06 +0200 (CEST) From: Christian Weisgerber <naddy@mips.inka.de> To: freebsd-questions@freebsd.org Subject: Re: anoncvs.freebsd.org: Sorry, the server is too busy Message-ID: <200005271855.UAA56188@bigeye.rhein-neckar.de> References: <Pine.BSF.4.21.0005271443060.21344-100000@deneb.dbai.tuwien.ac.at> <20000527211800.A2998@host.cer.ntnu.edu.tw>
next in thread | previous in thread | raw e-mail | index | archive | help
Clive Lin <clive@CirX.ORG> wrote: > I tried just setenv CVSROOT /my/local/repo, but it always > complain permission denied. Works for me. You need to call cvs with "-R" to specify a read-only repository, e.g. $ cvs -R co src/foo/bar and if you want to check out anything by tag you need to touch $CVSROOT/val-tags and make it world-writable. Let's take this to -questions. -- Christian "naddy" Weisgerber naddy@mips.inka.de 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?200005271855.UAA56188>