=?iso-8859-1?q?Derkaoui?= writes:
> 
> cvs checkout -P \\Athena\root\var\lib\cvs\monModule (in directory
> C:\monModule)
> cvs server: cannot find module `\\Athena\root\var\lib\cvs\monModule'
> - ignored

Checkout wants a module name or a relative path from the root, so the
command you want would be:

        cvs checkout -P monModule

And please get used to using forward slashes with CVS rather than
backslashes.  Although backslashes *usually* work, they do not *always*
work and the resulting failures can be very subtle and hard to
understand.

-Larry Jones

The authorities are trying to silence any view contrary to their own!
-- Calvin


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to