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.