On Feb 24, 2004, at 12:04 PM, kfogel@collab.net wrote:
> Scott Scriven <svn-users@toykeeper.net> writes:
>> I'm having some trouble with svndumpfilter and svnadmin load.
>> The error I get is:
>>
>> * adding path : trunk/subdir ...svn: File not found: transaction
>> '1', path 'trunk/subdir'
>
> I think this is expected behavior.
>
> You first produced a valid dumpfile that creates "/trunk" and then
> "/trunk/subdir". You then ran it through svndumpfilter, telling
> svndumpfilter to include /trunk/subdir (and by implication, to exclude
> anything that doesn't match that string -- at least, that's how I
> presume svndumpfilter works). Then you tried to load the new
> dumpfile. It gets an error, because it tries to add /trunk/subdir
> before /trunk.
Thanks Karl. This is similar to the question I posted yesterday.
Your explanation makes perfect sense, but it wasn't obvious from the
error message what the problem was (or that you need to create the
intermediate directorties by hand before the load.)
Thanks,
Jim
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 24 20:10:34 2004