How to migrate a codebase from one svn repo to another preserving history?

Posted by chotchki on Stack Overflow See other posts from Stack Overflow or by chotchki
Published on 2010-03-29T19:32:07Z Indexed on 2010/03/29 19:33 UTC
Read the original article Hit count: 117

Filed under:

I have a branch in a badly structured svn repo that needs to be stripped out and moved to another svn repository. (I'm trying to clean it up some).

If I do an 'svn log' and not stop on copy/rename I can see all 3427 commits that I care about. Is there some way to dump the revisions out, short of writing some major scripts?

I would follow the advice in this question but this branch has been moved all over the place and I would like to preserve the moves as well.

Any ideas?

© Stack Overflow or respective owner

Related posts about svn