info-cvs
[Top][All Lists]
Advanced

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

Re: Merge Branch to Trunk - Not Deleting Lines in Trunk


From: work
Subject: Re: Merge Branch to Trunk - Not Deleting Lines in Trunk
Date: Thu, 24 Jun 2004 11:35:08 -0400

Thanks for pointing out the error of my ways. The merge works much better now that I'm merging with the tags in the proper order. Of course, I forgot to tag the branch before performing the merge so the files I was getting was actually one branch revision older than it should have been. It is nice that I'm the lone person doing all these changes so that I can get a better understanding of how cvs works before turning a bunch of programmer loose on it. address@hidden writes:
You have your "-j" backwards, should be
        > cvs co -r latest_trunk_tag
> cvs update -j latest_trunk_tag -j latest_branch_tag -chris
-----Original Message-----
From: address@hidden [mailto:address@hidden
] On Behalf Of work
Sent: Thursday, June 24, 2004 9:59 AM
To: address@hidden
Subject: Merge Branch to Trunk - Not Deleting Lines in Trunk

When I merge from the file on the branch to the file on the trunk, and the file on the branch has deleted lines, the lines are not deleted from the file on the trunk. I'm in the local sandbox for the trunk and using the cvs update -j latest_branch_tag -j latest_trunk_tag and the output says that the file already contains the differences, but it really doesn't because the lines don't exist in the branch, but do in the trunk. Is there a way to force the lines to be removed from the trunk since they were removed from the branch? I can see why this might be undesirable, but in some cases, it is desirable to have bad code removed from both files without having to do it manually. Thanks,
Rick Feldmann
address@hidden

_______________________________________________
Info-cvs mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/info-cvs






reply via email to

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