From owner-freebsd-questions Fri Jun 4 15:56:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 4A04A14C4E for ; Fri, 4 Jun 1999 15:56:10 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA27891; Fri, 4 Jun 1999 15:56:08 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 4 Jun 1999 15:56:07 -0700 (PDT) From: Doug White To: John Baldwin Cc: freebsd-questions@FreeBSD.ORG, John Baldwin Subject: Re: probably simple 'cvs' question... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 4 Jun 1999, John Baldwin wrote: > > This is a simple permissions problem. Chown/chmod your CVS repository to > > something appropriate. I create a 'cvs' group and run my updates with a > > 002 umask. > > I think I forgot to mention it earlier, but I can do cvs operations > (checkout, update, etc.) succesfully as myself on the server. It's > only when I do them remotely that I get the error, and yes, the > usernames are the same, so that the 'cvs server' that rsh starts up is > running as the same user that I am when I do the operations on the > server. Also, I have chown'd the entire tree to myself and tried it > and no-go. Thanks for the suggestion though. I already have a www > group that owns the repository own server that both root and myself > are in on the server. Just for kicks, I duplicated that group on my > workstation (with the same gid) and made myself a member, but no go. Try running cvs with the -R option to force read-only mode. cvs -R co foo... Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message