svnsvnadminsvndumpfilter

How do I export a part of an SVN repository with dependencies?


I am trying to migrate a part of an SVN repository using svnadmin dump.

The provided svndumpfilter tool doesn't manage copy/move/rename dependencies from directories not included in the export.

Is there a tool which can manage these dependencies?


Solution

  • 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.