info-cvs
[Top][All Lists]
Advanced

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

cvs update -kk -j Branch1 -j Branch2 does not ignore keywords?


From: David Rees
Subject: cvs update -kk -j Branch1 -j Branch2 does not ignore keywords?
Date: Thu, 16 Aug 2001 16:50:49 -0700
User-agent: Mutt/1.2.5i

Hi,

I've been trying to merge one branch to another while ignoring keywords with
no luck.  Here's a synopsis of what I do:

cvs co mymodule
cd mymodule
cvs update -r Branch1
cvs update -kk -j Branch1Tag -j HEAD

Now the merge happens fine, but for files which haven't changed between
Branch1Tag and HEAD (except for $Id$ and $Revision$ tags of course) get the
$Id$ and $Revision$ tag from the HEAD branch.  So I end up checking in a lot
of files unnecessarily.

Is this a bug or desired behavior?  Is there any easy way to prevent this
from happenning except for manually sorting through cvs diff and undoing
changes to files?

Thanks,
Dave



reply via email to

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