info-cvs
[Top][All Lists]
Advanced

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

Re: checkout a tagging files without removing other files in the working


From: Larry Jones
Subject: Re: checkout a tagging files without removing other files in the working copy.
Date: Thu, 23 Aug 2001 11:05:51 -0400 (EDT)

JM Murillo writes:
> 
> When I do "cvs checkout -r tag module",  it copy to my working copy, the
> files of that module, with that tag.
> This is OK, but if my working copy wasn't empty before executing the "cvs
> checkout -r tag module"  command,
> then the other files of that module in my working copy are removed and only
> the tagged files are updated in my working copy.

If you already have the directory checked out, you would normally use
update rather than checkout, but in either case specifying the files
individually rather than checking out/updating the entire directory
would be one way.  If the existing files are the most recent version,
you could also use the -f option of checkout/update.

-Larry Jones

I think my cerebellum just fused. -- Calvin



reply via email to

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