On 01/17/2012 12:20 PM, Neels J Hofmeyr wrote:
> With svnrdump, try dumping a revision range of a subpath. I chose two
> consequtive revisions:
>
> svnrdump dump \
> http://svn.apache.org/repos/asf/subversion/trunk/contrib/server-side/ \
> -r1232154:1232155 \
> | grep -a ^Node-path
>
> The first dumped revision's Node-paths are all relative to
> .../contrib/server-side; the next revision's Node-path is relative to ^/:
>
> [[[
> Node-path: fsfsfixer
> [...]
> Node-path: fsfsfixer/README
> Node-path: svncutter/svncutter
> * Dumped revision 1232154.
> Node-path: subversion/trunk/contrib/server-side/mod_setlocale/mod_setlocale.c
> * Dumped revision 1232155.
> ]]]
>
> I guess this is loosely related to the summary of issue #3641:
> "svnsync and svnrdump fail to partially copy a repository"
>
> ...but that issue seems to be talking about other things.
> http://subversion.tigris.org/issues/show_bug.cgi?id=3641
>
> Anyone have their foot in the svnrdump door already? Should this be a new issue?
Yes, please file a new issue.
--
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet <> www.collab.net <> Distributed Development On Demand
Received on 2012-01-17 21:41:10 CET