If you just want to refer a project in another repository, you may
want to use svn:externals to accomplish this. Here is detailed
description: http://www.visualsvn.com/support/svnbook/advanced/externals/

If you want to make a real copy of the project in another repository
with a full changes history you may use svndumpfilter command. So
1. Dump a source repository to a file using svnadmin dump command
http://www.visualsvn.com/support/svnbook/ref/svnadmin/c/dump/
2. Filter out dump file to leave the necessary project using
svndumpfilter command
http://www.visualsvn.com/support/svnbook/ref/svndumpfilter/
3. Load dump file to the destination repository using svnadmin load
–parent-dir command
http://www.visualsvn.com/support/svnbook/ref/svnadmin/c/load/

On Sun, Nov 1, 2009 at 7:35 PM, Kris-I <[email protected]> wrote:
> Is there a way to copy a complete structure of one project from a
> repository to another ?

-- 
Simon Atanasyan
VisualSVN Limited

Reply via email to