Malte Kiesel wrote:
> I tried to import (part of) an existing SVN repository to a fresh
> repository using svndump and svndumpfilter as explained on
> http://svnbook.red-bean.com/nightly/en/svn.reposadmin.maint.html#svn.reposadmin.maint.tk.svndumpfilter
> However, on "svnadmin load ... < dumpfile" I get a "File not found"
> error (see below).
I found the problem: svnadmin load seemed to get confused because
creation of the "trunk" directory got filtered out by svndumpfilter.
Therefore creating "trunk/MyLibs" fails. Doing a svn add/commit manually
for "trunk" and then doing a "svnadmin load" solved the problem.
> Regards
>
> [--- the error message ---]
> ------- Committed revision 134 >>>
>
> <<< Started new transaction, based on original revision 135
>
> ------- Committed revision 135 >>>
>
> <<< Started new transaction, based on original revision 136
> * adding path : trunk/MyLibs ...svn: File not found: transaction
> '135-1', path 'trunk/MyLibs'
>
> [--- the dumpfile ---]
> Revision-number: 136
> Prop-content-length: 116
> Content-length: 116
>
> K 7
> svn:log
> V 15
> Initial import.
> K 10
> svn:author
> V 6
> user
> K 8
> svn:date
> V 27
> 2005-08-17T14:56:06.451806Z
> PROPS-END
>
> Node-path: trunk/MyLibs
> Node-action: add
> Node-kind: dir
> Prop-content-length: 10
> Content-length: 10
>
> PROPS-END
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 12 12:21:21 2006