Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jun 1999 12:56:55 -0700 (PDT)
From:      Doug White <dwhite@resnet.uoregon.edu>
To:        John Baldwin <jobaldwi@vt.edu>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: probably simple 'cvs' question...
Message-ID:  <Pine.BSF.4.03.9906041256190.1345-100000@resnet.uoregon.edu>
In-Reply-To: <XFMail.990602210636.jobaldwi@vt.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2 Jun 1999, John Baldwin wrote:

> This is probably a simple question, but I'm tired of pulling my hair out.
> 
> I keep the web pages for my server in a CVS repository,  I do all my work on my
> workstation however, so I have had my copy checkout'd remotely on my
> workstation.  IOW, I did:
> 
> > cd
> > mkdir work/web/server
> > cd work/web/server
> > cvs -d server:/usr/local/www/cvs checkout root
> 
> where server is the hostname of my server, /usr/local/www/cvs is the home of
> the repository, and root is a module that contains the root directory.  This
> worked great.  Then, last weekend, I upgraded to 3.2-stable from May 15,
> including the move to cvs 1.10.  After this, I can no longer do any cvs
> operations on the workstation because of "Permission denied" errors.  They do
> go away if I run cvs as root, but I shouldn't have to do that.  For example:

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.

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.03.9906041256190.1345-100000>