info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: No such file or directory


From: ankush grover
Subject: Re: No such file or directory
Date: Wed, 29 Mar 2006 22:11:32 +0530



On 3/29/06, Purnima Maheshwari <address@hidden> wrote:
I am trying to create a new repository. I followed the following steps
1) created cvsadmin user.
2)In /home/cvsadmin  created a directory TESTCVS.
3)Set CVSROOT to this directory
4)Created a repository with init.
Now i want to add files to the repository. Created  a directory "TMP" with
some dummy c++ source files and ran the following command
cvs import -m "Importing source"  test1 xxx_ven yyy_tag
Get the following error
N test1/
cvs import: cannot lstat file : No such file or directory
N test1/
cvs import: cannot lstat file : No such file or directory
N test1/cpp
cvs import: cannot lstat file cpp: No such file or directory

No conflicts created by this import.
Can anyone please help me with this query
Thanks and Regards
Purnima


hey,
 
Did you created the cvspserver or any other cvs file under /etc/xinetd.d(if you are using redhat linux) or inetd(any other distro of linux)
 
Moreover did you login into the cvs before importing the files
 
cvs -d :pserver:address@hidden:/pathtocvsrepo/ login
 
I am assuming ur using pserver as the protocol.
 
Read this url for configuring cvs on redhat linux.
 
http://www.freeos.com/articles/4608/
 
 
Regards
 
Ankush Grover

 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]