Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support cloning of SVN repositories #2

Open
mast-eu opened this issue Feb 20, 2019 · 0 comments
Open

Support cloning of SVN repositories #2

mast-eu opened this issue Feb 20, 2019 · 0 comments
Labels
area: MVP Minimum Viable Product for providing SVN support comparable to GE 2.5.x type: feature New feature or request
Milestone

Comments

@mast-eu
Copy link
Owner

mast-eu commented Feb 20, 2019

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

@mast-eu mast-eu added the type: feature New feature or request label Feb 20, 2019
@mast-eu mast-eu added this to the 1.0.0 milestone Feb 20, 2019
@mast-eu mast-eu self-assigned this Feb 20, 2019
@mast-eu mast-eu added the area: MVP Minimum Viable Product for providing SVN support comparable to GE 2.5.x label Mar 24, 2019
@mast-eu mast-eu removed their assignment May 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: MVP Minimum Viable Product for providing SVN support comparable to GE 2.5.x type: feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant