This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: V 1.3.22: CVS Checkout from local: No such file or directory


Birgit Guder wrote:
>> Hi,
>>
>> I tried to setup cvs server on my windows 98 machine through cygwin.
>> However I could not even manage to get the basics of cvs working. I
>> create a new repository with:
>>
>> $ cvs -d/cygdrive/d/data/cvs init
>>
>> The directory /cygdrive/d/data/cvs exists and contains now a subdirectory
>> named CVSROOT.
>> When I try to checkout the CVSROOT module , I get an error message "No
>> such file or directory".
>>
>> $ cvs -d/cygdrive/d/data/cvs checkout CVSROOT
>> cvs checkout: Updating CVSROOT
>> cvs checkout: cannot create read lock in repository
>> `/cygdrive/d/data/cvs/CVSROOT': No such file or directory
>> cvs [checkout aborted]: read lock failed - giving up
>>
>>
>> What is going wrong here?

Hmm. WFM, WinXP:

max at pomello [~] $ mkdir -p /cygdrive/e/data/cvs
max at pomello [~] $ cvs -d/cygdrive/e/data/cvs init
max at pomello [~] $ cvs -d/cygdrive/e/data/cvs checkout CVSROOT
cvs checkout: Updating CVSROOT
U CVSROOT/checkoutlist
U CVSROOT/commitinfo
U CVSROOT/config
U CVSROOT/cvswrappers
U CVSROOT/editinfo
U CVSROOT/loginfo
U CVSROOT/modules
U CVSROOT/notify
U CVSROOT/rcsinfo
U CVSROOT/taginfo
U CVSROOT/verifymsg


Given the error messages, I guess you should check to see if init actually
produced a CVSROOT.

Max.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]