Re: cvs import problem

2005-03-18 Thread C.G.Senthilkumar.
Hi, I'm seem to have tracked down the problem. But I don't understand why this is happening and what is the solution. This is the output for id command when I'm logged in locally to machine_A. The user is 'cheetanc'. [EMAIL PROTECTED] cheetanc]$ id uid=500(cheetanc) gid=500(cheetanc)

Re: cvs import problem

2005-03-18 Thread C.G.Senthilkumar.
Hi, I found the solution. The user is not considered a part of a new group until he logs out and logs in again, which I didn't do. I just added the user to the cvs group in the local machine and tried to import projects. I was not able to import. Whereas if I tried it from remote machines, I

Re: cvs import problem

2005-03-17 Thread Larry Jones
C.G.Senthilkumar. writes: 3. I tried to import a project from machine A into the repository on machine A itself locally. cvs failed saying can't create myproj directory, permission denied. Check the ownership and permissions of your repository directories -- the user you were

cvs import problem

2005-03-16 Thread C.G.Senthilkumar.
Hi, 1. I set up a cvs repository in machine A. 2. I imported a project each from machine B and C into the repository using :ext:(ssh) access control. 3. I tried to import a project from machine A into the repository on machine A itself locally. cvs failed saying can't create myproj

Import problem

2004-06-29 Thread Peg
I'm new to cvs. I've created a repository: cvs -d /export/home/alexCVS init Then I import the files in /export/home/alexHome/project: cd /export/home/alexHome/project cvs import -m message project dummy start This seems to work and reports no errors. However when I cd /export/home/alexHome

Re: Import problem

2004-06-29 Thread Larry Jones
Peg writes: This seems to work and reports no errors. However when I cd /export/home/alexHome and do cvs checkout project I get ? next to all the directories, and I can't cvs update any files. That's because you already have a project directory there that's full of

Re: import problem

2003-02-26 Thread Derkaoui
Thanks, I know now why: because at the end of verifymsg I added a line like this: DEFAULT /usr/local/src/cvssupport/logmsg.verify as asked for configuring CVSZilla. by the way Idid launch CVSZilla. Now i am trying to understand how it works ,but there is no help anywhere. I don't know why the

import problem

2003-02-25 Thread Derkaoui
i create a directory for my project and want to import it to the repository. when i did: cvs import -m "initial import into CVS" myproj root start I got: Log message must include first line starting with one of: Job: jobID job: jobID Bug: jobID bug: jobIDcvs [import aborted]: Message verification

Re: import problem

2003-02-25 Thread Larry Jones
=?iso-8859-1?q?Derkaoui?= writes: cvs import -m initial import into CVS myproj root start I got: Log message must include first line starting with one of: Job: jobID job: jobID Bug: jobID bug: jobID cvs [import aborted]: Message verification failed

Import Problem.

2002-04-19 Thread Nitin Dube
Hi, I have just setup a CVS repository at /home2/cvs/cvsroot in Linux RedHat 7.1. If I login then I get authenticated fine, no problems here. But if I try to import any module from Wincvs into the cvsroot the I get the following error :- cvs import: may only specify a positive, non-zero, integer

CVS through SSH import problem

2002-03-12 Thread Reggie Big Monkey a.k.a. Redge
Hi! I am having a strange problem with CVS import command when using it with SSH. The CVS process seems to be stuck in the middle of an upload. Sometimes it occurs on the first file, sometimes after a few files. 1. When I use CVS with many wrapper parameters (ex: -W *.exe 'b') it always block on

cvs import problem

2001-11-12 Thread Mohit Lad
Hi, I've a cvs repository set up on a Red Hat 6.2 machine. I'm using PSERVER access method and the cvs version is 1.11. I can import a trivial sample dir structure (shown below) to it can checkout the same properly. myproj/ |-- Readme.txt |-- myproj.cxx |-- myproj.h |-- a-subdir

Re: cvs import problem

2001-11-12 Thread Eric Siegerman
On Mon, Nov 12, 2001 at 08:45:37AM -, Mohit Lad wrote: I've a cvs repository set up on a Red Hat 6.2 machine. I'm using PSERVER access method and the cvs version is 1.11. $ cvs im -m initial import sip mohit start enable to write, file SIPParser.cxx No space left on device

pserver import problem

2000-09-15 Thread cvs_shao
hi all: I am a newbie of CVS. I installed a CVS using pserver mode. but I can't import a directory structure for a new project. (only the subdirectory with some file can be import, the empty subdirectory was omited) I haven't meet this problem with local mode. is it a feature or a bug?

Re: import problem -No space on device

2000-02-15 Thread Palle Girgensohn
Jan Stubbs wrote: "unable to write, file igdx_128tonurbsurf.c No space left on device" Any clues would be greatly appreciated. I belive CVS uses /tmp , and can fail if it is filled up. If memory serves me, there's a way to set an enviroment variable to point out a different location.

Re: import problem -No space on device

2000-02-15 Thread Jan Stubbs
a way to change this, assuming that it matters. I going to try a UNIX client. Jan Palle Girgensohn [EMAIL PROTECTED] on 02/15/2000 05:29:27 PM To: Jan Stubbs/MI/CSC@CSC cc: [EMAIL PROTECTED] Subject: Re: import problem -No space on device Jan Stubbs wrote: "unable to write,