-----Original Message----- From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] Sent: Tuesday, October 26, 2010 7:32 PM To: Rajnish Kumar Singh Cc: Feldhacker, Chris; users@subversion.apache.org Subject: Re: Unable to use filter command properly.
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. Hi Danial, Please tell me that in the given command i.e : svnsync init file://.../target file://.../OR1234/Test file://.../target is the url of the new repository, where I want to place the test file.... Please correct me if I am wrong..