Hi I am doing the checkout from a empty dir say ( C:\temp ) and it returns error saying No CVS/Entries file is there ..... Also if we copy the CVS folder (having the preferences/root/entries) to (c:\temp), then the co goes without any error.
My requirement is to get the code on a specified location thru the command line without shortening the module paths (-N option) Regards Gurpreet S -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 11:11 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Cannot add file on non-branch tag "Gurpreet Singh (SCM)" writes: > > From the command line on the following syntax : > cvs checkout -N -d c:\temp ModuleName > > I get the error CVS/Entries not found... That probably means that c:\temp\ModuleName already exists -- checkout really wants to create a new directory. -Larry Jones Physical education is what you learn from having your face in someone's armpit right before lunch. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
