From owner-freebsd-bugs@FreeBSD.ORG Sat Nov 8 02:00:13 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53004106568C for ; Sat, 8 Nov 2008 02:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 41C968FC23 for ; Sat, 8 Nov 2008 02:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mA820COm025434 for ; Sat, 8 Nov 2008 02:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mA820CTY025433; Sat, 8 Nov 2008 02:00:12 GMT (envelope-from gnats) Date: Sat, 8 Nov 2008 02:00:12 GMT Message-Id: <200811080200.mA820CTY025433@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Cc: Subject: Re: misc/128683: CVS repo fails to check out because of permission denied error X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Nov 2008 02:00:13 -0000 The following reply was made to PR misc/128683; it has been noted by GNATS. From: Giorgos Keramidas To: Code Monkey Cc: bug-followup@freebsd.org Subject: Re: misc/128683: CVS repo fails to check out because of permission denied error Date: Sat, 08 Nov 2008 03:52:44 +0200 On Fri, 7 Nov 2008 19:28:37 GMT, Code Monkey wrote: > Running the following on my side: > > cvs -d freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs checkout -r RELENG_5_4 src > > Error is: > > cvs [checkout aborted]: cannot write /home/ncvs/CVSROOT/val-tags: Permission denied > > Not a CVS expert but this sounds like a problem on the server, and it > happens from linux client or freebsd. Can you try checking out with the -R option? export CVSROOT='freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs' cvs -R co -r RELENG_5_4 src The -R option sets the client in `read only' mode, so that it can check out from CD-ROMs and other read-only media. I don't remember off the top of my head if this works in `pserver' mode too, when the cvs(1) utility tried to connect to remote servers, but it's worth trying.