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

svnrdump on path deleted in HEAD (a different issue from my previous mail)

From: Neels J Hofmeyr <neels_at_elego.de>
Date: Tue, 17 Jan 2012 18:30:47 +0100

I can rdump single revisions of a path deleted in HEAD, but a revision range
over the same two revisions fails:

[[[
$ svnrdump dump
http://svn.apache.org/repos/asf/subversion/trunk/contrib/server-side/mod_setlocale
-r1232154 > /dev/null
* Dumped revision 1232154.

$ svnrdump dump
http://svn.apache.org/repos/asf/subversion/trunk/contrib/server-side/mod_setlocale
-r1232155 > /dev/null
* Dumped revision 1232155.

$ svnrdump dump
http://svn.apache.org/repos/asf/subversion/trunk/contrib/server-side/mod_setlocale
-r1232154:1232155 > /dev/null
* Dumped revision 1232154.
subversion/svnrdump/svnrdump.c:433: (apr_err=160013)
subversion/libsvn_ra/ra_loader.c:1184: (apr_err=160013)
subversion/libsvn_ra_neon/util.c:1323: (apr_err=160013)
subversion/libsvn_ra_neon/util.c:596: (apr_err=160013)
svnrdump: E160013:
'http://svn.apache.org/repos/asf/subversion/trunk/contrib/server-side/mod_setlocale'
path not found
]]]

The URL_at_peg syntax doesn't work with svnrdump, if you were wondering.

Again, anyone have their foot in the svnrdump door already? Should this also
be a new issue?

~Neels

Received on 2012-01-17 18:31:24 CET

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.