[EMAIL PROTECTED] writes:
> 
> cd ..    (to c:\tmp)
> (I delete testproj\* with file explorer)
> 
> C:\tmp>cvs co testproj
> 
> C:\tmp>c:\tools\cvs\cvs.exe co testproj
> cvs.exe checkout: Updating testproj
> 
> C:\tmp>
> 
> but the files don't come out:

Checkout really wants to create the directory.  Since your testproj
directory already exists, checkout thinks you want to do an update
instead, which doesn't do anything since you don't actually have
anything checked out.  Delete the testproj directory and then the
checkout will work correctly.

-Larry Jones

I'm not a vegetarian!  I'm a dessertarian. -- Calvin


_______________________________________________
info-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/info-cvs

Reply via email to