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
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 svn