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

inconsistency between mergeinfo records

From: Stefan Hett <stefan_at_egosoft.com>
Date: Tue, 17 Feb 2015 13:22:18 +0100

Hi,

I'm wondering why there is a difference in how mergeinfos are recorded
based on whether the merge is done using --record-only or not.
To demonstrate the case, I've put together a repro-script (for Windows -
see attachment).

My question is that why does the last step in the script produce
different merge-info properties:

1. svn merge file:///C:/test/test2/A B
This will produce mergeinfo in B

2. svn merge file:///C:/test/test2/A B --record-only
This will produce mergeinfo in B and B/test.txt

Looking through the web, the docu and the SVN buglist I couldn't find
any matching entry. Maybe someone can point me on where to look for an
explanation?

I'm wondering especially because as an alternative to variation 2, one
might also follow variation 1 and then revert all changes (except for
the recorded mergeinfo B). Isn't the outcome then the same as variation 2?

Regards,
Stefan

Received on 2015-02-17 13:23:31 CET

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

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