mast-eu / GitExtensions.SVN

SVN plugin for Git Extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support cloning of SVN repositories

mast-eu opened this issue · comments

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:
SVN clone 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