How to migrate a codebase from one svn repo to another preserving history?
- by chotchki
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?