Description
I've a SVN server with many different repositories, which often are not in standard layout.
My goal is to convert one or more of these repositories into git repositories, but I need to do this in different moments since each of these repo is huge and for other reason we cannot migrate them all together. Just for clarity, when I say "repository" I mean a specific project, which will become a git repository with its own history.
First of all, I get that I have to run the tool not on a local machine, but I don't get if I have to run it directly on the SVN server or not.
The second point is, can I migrate different repositories in different times?
It would be useful, apart from the ruleset files, to add a more explicit example about the configuration in the README.
If more details are required, please tell me. Thank you for the help! We can't see to migrate to Git :)