info-cvs
[Top][All Lists]
Advanced

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

Re: Accidental -kb option used when adding a text file


From: Steve Greenland
Subject: Re: Accidental -kb option used when adding a text file
Date: Wed, 2 Jan 2002 12:57:33 -0600
User-agent: Mutt/1.2.5i

On Wed, Jan 02, 2002 at 05:25:23PM +0000, Duncan Sommerville wrote:
> cvs admin -kv <myfile.txt>
> 
> Typically you need to do an 'update' afterwards for the change to
> be reflected in the workspace, however in my version of CVS (1.10)
> changing from a -kb to -kv needed me to redo the 'checkout' operation
> before the change was evident in the workspace...

I think the problem is that the -k options are "sticky", so that a
simple update doesn't reset to the repository (cvs can't tell that the
-kb came from the repository, vs. a 'cvs co -kb' command.) You could
also probably do 'cvs update -A' to clear the stickiness, although that
would also undo any other sticky properties, e.g. tags.

Steve



reply via email to

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