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

BUG: Wrong merge range

From: phahn <pjtr.hahn_at_googlemail.com>
Date: Fri, 19 Sep 2008 03:16:17 -0700 (PDT)

Hello,

I think there is a bug in " > Merge > Merge range of revisions "
dialog.
The start revision set in "Revisions to merge" is decremented instead
of incremented.

E.g.

If we would like to merge r 105 : 110 that is in fact changeset
106,107,108,109,110 i.e. the range of revisions should be from 106 to
110.

That is exactly that the svn cmdline client does if you say:
'svn merge -r 105-110 //REPO/PATH //WK/PATH'

Tortoise instead tries to merge from 104-110 if you say 105-110. This
results in merging the same changes twice and producing conflicts.

The version I'm talking about is 1.5.3.

regards,

peter

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-09-19 12:23:16 CEST

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

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