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: [EMAIL PROTECTED] [~] $ mkdir -p /cygdrive/e/data/cvs [EMAIL PROTECTED] [~] $ cvs -d/cygdrive/e/data/cvs init [EMAIL PROTECTED] [~] $ 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/

