Branch/Merge Reconciliation Tracking

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
bjs
Posts: 4
Joined: Fri May 19, 2006 12:29 pm

Branch/Merge Reconciliation Tracking

Post by bjs » Thu Jan 04, 2007 5:03 pm

We want to be able to track changes so that we can make sure that appropriate changes have been merged between code lines (trunk and any branches).

We want a better way of making sure that changes get merged and into the build -- that is, don't fall through the cracks. Ideally, we would like to produce a report that shows what changesets exist in what code lines by date range. For example:

Code: Select all

Date: 1/1/2007 – 1/4/2007           User: ALL

              Trunk        Branch1       Branch2 ...
Changeset     Code line    Code line     Code line
------------------------------------------------------
    1             X                          X
   46                          X
   47             X            X
   etc...
Here, the X indicates the presence of the changeset in the code line -- it might be replaced with the commit or merge date. The changeset check-in comment might be another column. In addition to filtering by date, being able to filter based on developer (User, above) is also something we want to be able to do.

It seems like this would be a common requirement. How are other folks out there handling this kind of tracking?

Thanks,
BJ Safdie
HCA Physician Services

GregM
Posts: 485
Joined: Sat Mar 13, 2004 9:00 am

Post by GregM » Thu Jan 04, 2007 5:55 pm

Someone just requested something like this yesterday, under the subject Merge report.

http://support.sourcegear.com/viewtopic.php?p=29265

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Post by Beth » Fri Jan 05, 2007 4:26 pm

This information has been added to the feature request. Thanks for the feedback.

Post Reply