info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Not checking files out - help


From: Larry Jones
Subject: Re: Not checking files out - help
Date: Tue, 2 May 2006 01:04:03 -0400 (EDT)

address@hidden 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]