I am trying to migrate a part of an SVN repository using svnadmin dump.
svnadmin dump
The provided svndumpfilter tool doesn\'t manage copy/move/rename dependencies fr
I found a Python script by Simon Tatham called svndumpfilter2, which tries to cope with simple dependencies (I found some limitations, though).
You can also check an article about his migration to Subversion and the motivation for the script.