CVSROOT problem

2004-05-08 Thread Romo
Here's a recurrent problem I've had for months, I haven't been able to fix it even after looking at many CVS forums, faqs and such. I've setted up a CVS server on my computer that works fine using : cvs -d /usr/local/cvsroot COMMAND but when I do (shell is bash) : $ export CVSROOT="/usr/local/c

CVSROOT problem

2000-10-13 Thread Rafal Kedziorski
Hallo, I want to lock the access to CVSROOT for users. Only the admin of the repository should change it. How do I make that? Best Regards Rafal ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

RE: CVSROOT problem

2004-05-10 Thread Fouts Christopher ()
EMAIL PROTECTED] Subject: Re: CVSROOT problem Romo writes: > > $ export CVSROOT="/falbala" > $ echo $CVSROOT > /falbala > $ cvs update > /usr/local/cvsroot: no such repository When you first checkout a working directory, CVS records the CVSROOT you used in CVS/Root and

RE: CVSROOT problem

2004-05-10 Thread Jim.Hyslop
Fouts Christopher wrote: > Romo writes: > > > > $ export CVSROOT="/falbala" > > $ echo $CVSROOT > > /falbala > > $ cvs update > > /usr/local/cvsroot: no such repository > I thought "export" ridded the /CVS directory, hence CVS doesn't > know anything about what you exported. Careful - it's not '

Re: CVSROOT problem

2004-05-10 Thread Spiro Trikaliotis
Hello Chris, * On Mon, May 10, 2004 at 09:05:05AM -0400 Fouts Christopher () wrote: [> Larry Jones] > > Romo writes: > > > > > > $ export CVSROOT="/falbala" > > > $ echo $CVSROOT > > > /falbala > > > $ cvs update > > > /usr/local/cvsroot: no such repository > I thought "export" ridded the /CVS

RE: CVSROOT problem

2004-05-10 Thread Fouts Christopher ()
My bad... -chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim.Hyslop Sent: Monday, May 10, 2004 9:47 AM To: [EMAIL PROTECTED] Subject: RE: CVSROOT problem Fouts Christopher wrote: > Romo writes: > > > > $ export CVSROOT="

Re: CVSROOT problem

2004-05-08 Thread Larry Jones
Romo writes: > > $ export CVSROOT="/falbala" > $ echo $CVSROOT > /falbala > $ cvs update > /usr/local/cvsroot: no such repository When you first checkout a working directory, CVS records the CVSROOT you used in CVS/Root and uses that for all future operations in that directory unless you specifi

Re: CVSROOT problem

2000-10-13 Thread Laird Nelson
- Original Message - From: "Rafal Kedziorski" <[EMAIL PROTECTED]> > I want to lock the access to CVSROOT for users. Only the admin of the > repository should change it. How do I make that? If you just want to prevent people from modifying certain files, you can use your filesystem's read/

Re: CVSROOT problem

2000-10-13 Thread Mike Castle
On Fri, Oct 13, 2000 at 11:50:59AM +0200, Rafal Kedziorski wrote: > Hallo, > > I want to lock the access to CVSROOT for users. Only the admin of the > repository should change it. How do I make that? mkgrp cvsadmin chown -R cvsadmin CVSROOT Put those in charge in the cvsadmin group. Ie, standa

Re: CVSROOT problem

2000-10-17 Thread Derek R. Price
Laird Nelson wrote: > - Original Message - > From: "Rafal Kedziorski" <[EMAIL PROTECTED]> > > I want to lock the access to CVSROOT for users. Only the admin of the > > repository should change it. How do I make that? > > If you just want to prevent people from modifying certain files, you

CVSNT authentication/CVSROOT problem

2001-12-08 Thread Thilo Schwidurski
Hi, I installed the NT server service and want to use it locally as a scm for java resources within the Eclipse IDE. (Non Eclipse-users, please dont stop reading here - maybe my problem is not related to this IDE at all.) The NT server serive (1.11.1.2 Build36) is installed and runs in pserver-m