[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Unable to use filter command properly.

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Tue, 26 Oct 2010 16:02:19 +0200

Rajnish Kumar Singh wrote on Tue, Oct 26, 2010 at 18:44:59 +0530:
> Yes I have done that but getting an error message:
> .
> .
> .
> .
> Revision 3745 committed as 3745.
> Revision 3746 committed as 3746.
> Revision 3747 committed as 3747.
> Revision 3748 committed as 3748.
> svndumpfilter: Invalid copy source path '/V1.1NewSVNDirectory'

This means the subtree you're including contains a copy from outside
that subtree. (Yes, the message could be improved.) The filtering dies
because it doesn't have the contents of that tree in the source dump.

Use svnsync instead:

        svnadmin create target
        svnsync init file://.../target file://.../OR1234/Test
        svnsync sync file://.../target

should tolerate that copy.
Received on 2010-10-26 16:04:58 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.