This repository was archived by the owner on Nov 22, 2025. It is now read-only.

Description
Add support for git svn clone through the plugin.
This will require a dialog to set the necessary arguments.
A good starting point may be the original GitExtensions dialog:

Note that git svn clone runs git svn init and git svn fetch and therefore accepts all their arguments.
Argument overview: clone = init + fetch
Detailed documentation: clone = init + fetch