[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Merge-relevant information that is hard to come by

From: Daniel Shahaf <danielsh_at_elego.de>
Date: Tue, 24 Apr 2012 23:27:30 +0300

Stefan Fuhrmann wrote on Tue, Apr 24, 2012 at 22:20:52 +0200:
> (2) Modified merges.
> In case of textual conflicts, users will usually resolve them
> before committing the merge result. Depending on policies,
> a user may even need to modify textually successful merges
> to e.g. fix a broken build before the merge may be committed.
>
> The problem is that SVN will not record the difference between
> the merge result and the combined change that eventually
> get committed. This information is not lost because the system
> could redo the merge and diff the result against the committed
> change. But it is expensive to get that information.

I think there are two separate things that aren't recorded:

- Changes done after the merge but before the commit

- Which parts of the mergeinfo delta were physically merged, and which
  were added to the mergeinfo as part of merging a merge revision.
  (That is: 'svn merge -c 80 ^/trunk', where r80 changed svn:mergeinfo
  on ^/trunk.)
Received on 2012-04-24 22:28:18 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.