You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Bo Chen <bo...@gmail.com> on 2013/06/19 06:29:27 UTC

user issues on svnrdump

I tried to use svnrdump to dump certain versions of GCC

// dump the version 198000
svnrdump dump svn://gcc.gnu.org/svn/gcc/trunk -r 198000 > dump_file1
// dump the subquent version incrementally
svnrdump dump svn://gcc.gnu.org/svn/gcc/trunk -r 198001 --incremental >
dump_file2

I then used the svnadmin load to load the dump file to an empty repository,

svnadmin create repo
svnadmin load repo < dump_file1 // this is successful
svnadmin load repo < dump_file2 // error, message: svnadmin: E160013: File
not found: transaction '1-5', path 'trunk/gcc/ChangeLog'

It seens that the first dump will automatically strip-off "trunk", but the
second dump does not strip off dump. My subversion version is 1.7.5.

What happen? Any suggestion for me to solve it?

Thanks.

Bo

Re: user issues on svnrdump

Posted by "C. Michael Pilato" <cm...@collab.net>.
On 06/19/2013 12:29 AM, Bo Chen wrote:
> It seens that the first dump will automatically strip-off "trunk", but the
> second dump does not strip off dump. My subversion version is 1.7.5.
> 
> What happen? Any suggestion for me to solve it?

I believe you are describing issue #4101
http://subversion.tigris.org/issues/show_bug.cgi?id=4101

I fixed this bug some time ago, and the fix was released in Subversion 1.8.0.

-- 
C. Michael Pilato <cm...@collab.net>
CollabNet   <>   www.collab.net   <>   Enterprise Cloud Development