Support cloning of SVN repositories #2
Labels
area: MVP
Minimum Viable Product for providing SVN support comparable to GE 2.5.x
type: feature
New feature or request
Milestone
Add support for
git svn clone
through the plugin.This will require a dialog to set the necessary arguments.
![SVN clone dialog](https://user-images.githubusercontent.com/46861028/52055310-546c1100-255f-11e9-9647-08f13c8f213f.png)
A good starting point may be the original GitExtensions dialog:
Note that
git svn clone
runsgit svn init
andgit svn fetch
and therefore accepts all their arguments.Argument overview: clone = init + fetch
Detailed documentation: clone = init + fetch
The text was updated successfully, but these errors were encountered: