On 7 Aug 2006 06:05:19 -0700, Chris <[EMAIL PROTECTED]> wrote:
I have a project with 8-10 modules.  I branched it and made a bunch of
changes in a number of modules.  I think I've merged most of the
changes but I'd like a confirmation.  Is there some way that I can get
CVS to tell me what I haven't merged?  Or at least a way to tell me
what has changed on the branch so I have a checklist to work from?


You may considering tagging both before and after the merge.  Since you did a branching, there should be a branch tag so you can do a diff between the tip and the tag.  But if other users are checking in code, that may not be an accurate representation of your merge.

I cannot remember if CVS automatically does any tagging when doing a merge but I don't think so.  Anyone else know?

==================================================================
   Aaron Bono
   Aranya Software Technologies, Inc.
   http://www.aranya.com
   http://codeelixir.com
==================================================================
_______________________________________________
info-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/info-cvs

Reply via email to