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

Re: Unable to parse reversed revision range

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 11 Feb 2015 09:31:19 +0000

Trent Fisher <trent.fisher_at_oracle.com> writes:

> Is this a known problem (fixed since 1.8.9) or is there a workaround?

Issue 4414 applies:
http://subversion.tigris.org/issues/show_bug.cgi?id=4414

Your particular case is fixed by r1643074 and proposed for the next 1.8:

$ svnadmin create repo
$ svnmucc -mm -U file://`pwd`/repo mkdir A propset svn:mergeinfo /B:1-3 A
$ svnadmin create repo2
$ svnadmin dump repo | sed 's/1-3/3-1/' | svnadmin load repo2
svnadmin: E200020: Unable to parse reversed revision range '3-1'

$ svnadmin dump repo | sed 's/1-3/3-1/' | svnadmin load repo2 --bypass-prop-validation
WARNING 0x0005: Invalid svn:mergeinfo value; leaving unchanged
------- Committed revision 1

$ svnlook propget repo2 svn:mergeinfo A
/B:3-1

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*
Received on 2015-02-11 10:31:51 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.