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

"Unable to parse reversed revision range" when merging from trunk to branch

From: Jens Restemeier <jens.restemeier_at_gmail.com>
Date: Wed, 21 Jun 2017 11:41:51 -0700 (PDT)

I'm trying to catch up a branch with the changes on trunk. It seems to update the correct files, though at the end it fails with
[code]
"Unable to parse reversed revision range '19634-19631'"
[/code]
I'm using TortoiseSVN 1.9.5:
[code]
E:\Subversion\game01_antiscriptos>svn --version
svn, version 1.9.5 (r1770682)
[/code]
I looked both on trunk and the branch for odd mergeinfo. Trunk has no mergeinfo newer than the branch (the last merge was ages ago). I did a search for those revisions on the branch, but they don't appear reversed:
[code]
X:\Subversion>svn propget svn:mergeinfo --depth=infinity | find "19631"
/trunk:15014-19472,19473-19612*,19613-19614,19615-19630*,19631-19634,19635-20055*
[/code]
What exactly is that error message telling me, and how do I resolve it?

I did a google search, but the responses I found were for svn versions from years ago, or for svndumps.

I'm tempted to just copy everything over and to hack the mergeinfo manually, but I'm sure that'll cause more problems.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3247299

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2017-06-21 20:42:35 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.