CVS server aborted cannot renamefile

2004-10-02 Thread Goyard RĂ©mi
Hi, I've got some problem when i try to commit some files, the error is : cvs [server aborted]: cannot rename file PATHTOFILE, FILE, to PATHTOFILE/FILE,v: Operation not permitted can some one have an idea to solve the problem. thanks remi

cvs [server aborted]: could not get working directory: Permission denied

2004-09-22 Thread Mayfield.Kaloma
Hi, A have a CVS problem. We are running CVS and keep getting this error when we try to checkout software (cvs [server aborted]: could not get working directory: Permission denied). I have the directory WIDE open (777) and we still can't get the problem to go away. Any suggestions

Re: cvs [server aborted]: could not get working directory: Permission denied

2004-09-22 Thread Steve McIntyre
On Wed, Sep 22, 2004 at 11:23:00AM -0400, Mayfield.Kaloma wrote: Hi, A have a CVS problem. We are running CVS and keep getting this error when we try to checkout software (cvs [server aborted]: could not get working directory: Permission denied). I have the directory WIDE open (777

cvs [server aborted]:

2002-12-16 Thread HALESHAPPA SATHEESHA
Hi (BAm getting the following error. (BDoes anyone know, what could be the problem. (B--- (BDoes anyone know how to solve this error : (B (Bcvs [server aborted]: User 'user' cannot change c://cvsrepo/test/TeamTest (B (Bwhere

Re: cvs [server aborted]:

2002-12-16 Thread Larry Jones
HALESHAPPA SATHEESHA writes: cvs [server aborted]: User 'user' cannot change c://cvsrepo/test/TeamTest That message doesn't seem to appear anywhere in the source code -- what versions (client and server) of CVS are you running, what platforms are you running on, and what is the exact command

cvs [server aborted]: you are unknown to this system

2001-11-13 Thread Martin Ellison
The message cvs [server aborted]: you are unknown to this system occurs if a cvs user tries to do a commit and the cvs userid is not a valid login on the server (using pserver). What is the best option to get around this (other than getting the user an account on the server)? Part of the idea

Re: cvs [server aborted]: you are unknown to this system

2001-11-13 Thread Martin Ellison
There was a previous post about this on 1999/11/16 -- no-one replied to it. ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: cvs [server aborted]: you are unknown to this system

2001-11-13 Thread Robert J. Clark
On 13 Nov 2001 00:35:38 -0800 [EMAIL PROTECTED] (Martin Ellison) wrote: The message cvs [server aborted]: you are unknown to this system occurs if a cvs user tries to do a commit and the cvs userid is not a valid login on the server (using pserver). What is the best option to get around

Re: cvs [server aborted]: you are unknown to this system

2001-11-13 Thread Martin Ellison
The relevant code in commit.c reads: if ((pw = (struct passwd *) getpwnam (getcaller ())) == NULL) error (1, 0, you are unknown to this system); if (pw-pw_uid == (uid_t) 0) error (1, 0, cannot commit files as 'root'); This is inside a #ifdef CVS_BADROOT

Re: cvs [server aborted]: can't chdir(/root): Permission denied Error

2001-03-21 Thread Derek R. Price
Richard Otruba wrote: repository (i.e. commit, tag, etc.) gives the "can't chdir..." error specified in the subject line. The original implementer of CVS is no longer http://cvshome.org/docs/manual/cvs_21.html#SEC182 for the answer to this *VERY* frequently asked question. CVSHome.org

Re: cvs [server aborted]: out of memory; can not reallocate xxx bytes

2001-01-10 Thread Paul Sander
You wouldn't be running out of swap space, would you? What happens if you reduce the number of processes running on that machine, increase the size of the swap partition, and clean out any swapfs filesystems you might have? RCS has compilations options that trade high performance (memory mapped

cvs [server aborted]: out of memory; can not reallocate xxx bytes

2001-01-09 Thread HMahaffey
One of my users complained she got this message whenever she checked out or updated in her module. I found that she had committed two of her binaries; one was 11Mb, the other was 7Mb. When I removed those files, the checkout/update worked. I am running cvs 1.11 pserver with "-T /tmpcvs", where

Re: cvs [server aborted]: out of memory; can not reallocate xxxbytes

2001-01-09 Thread Dave Camp
We had this problem on a BSD box here. Turns out there were some restrictions in place on how much swap space a user program could use, and cvs was exceeding it. Our IS guy made some changes on the machine and it solved the problem. Dave on 1/9/01 2:54 PM, [EMAIL PROTECTED] at [EMAIL PROTECTED]