Date: Sat, 23 Jan 1999 16:08:14 -0600 From: Zach Heilig <zach@uffdaonline.net> To: Michael Robinson <robinson@netrinsics.com>, freebsd-stable@FreeBSD.ORG Subject: Re: cannot write /cvs/CVSROOT/val-tags Message-ID: <19990123160814.A50957@znh.org> In-Reply-To: <199901240537.FAA03726@netrinsics.com>; from Michael Robinson on Sun, Jan 24, 1999 at 05:37:38AM %2B0000 References: <199901240537.FAA03726@netrinsics.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jan 24, 1999 at 05:37:38AM +0000, Michael Robinson wrote: > Can someone explain why, when I use: cvs co -rRELENG_2_2 sys > I get: > cvs server: Updating sys > But when I use: cvs co -rRELENG_3 sys > I get: > cvs [server aborted]: cannot write /cvs/CVSROOT/val-tags: Permission denied This can probably be fixed by typing: chmod +w /cvs/CVSROOT/val-tags If that doesn't work, figure out a way to manually edit /cvs/CVSROOT/val-tags and append this line: RELENG_3 y -- Zach Heilig <zach@uffdaonline.net> / Zach Heilig <zach@gaffaneys.com> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990123160814.A50957>