Thanks for the tip!
The problem was that in the filtered dump, the first action was to  
create the directory shown in the error message. Apparently subversion  
does not create top-level directories if they are missing (maybe this  
should be documented or be allowed to force through an option?). After  
adding those manually, the load just worked fine.
Jochen
On Jul 7, 2008, at 8:39 PM, Karl Heinz Marbaise wrote:
> Hi,
>
>> svnadmin load --parent-dir new/parent /new/repos < filtered
>>
>> I get the error message:
>>
>> $ svnadmin load --parent-dir LuMiNous /home/pezze/Shared/code
>> <lumi.filter.repo
>> <<< Started new transaction, based on original revision 1
>> svnadmin: File not found: transaction '34-1', path
>> 'LuMiNous/tests/trunk/ch.unisi.lumi.mdd.tests'
>>     * adding path : LuMiNous/tests/trunk/ch.unisi.lumi.mdd.tests ...
> It seemed to me that you have filtered revisions from which this file
> has been copied to....in a earlier revision....have you take a look on
> that file and revision and checked if it might be created by an copy
> operation ...?
>
> Kind regards
> Karl Heinz Marbaise
> -- 
> SoftwareEntwicklung Beratung Schulung    Tel.: +49 (0) 2405 / 415 893
> Dipl.Ing.(FH) Karl Heinz Marbaise        ICQ#: 135949029
> Hauptstrasse 177                         USt.IdNr: DE191347579
> 52146 Würselen                           http://www.soebes.de
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-07 21:14:55 CEST