SVN: How can I move a project from one repository into another

Ok, so I have these two repositories and I want to move a project from one repo to the other without losing the history. I tried using svn relocate and I got a weird message and it wouldn't let me relocate. Is there a way to do what I want?

I am using toroise svn btw

1

2 Answers

You must dump the repository, then filter the dump and reimport it into the new repository. Then you can delete the project from its original repo.

See the similar question

for more detailed explanations.

I don't think so. Depending on what exactly you want to accomplish, externals might be useful.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like