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

Add a way to convert svn externals #47

Open
FearlessHyena opened this issue Oct 4, 2017 · 0 comments
Open

Add a way to convert svn externals #47

FearlessHyena opened this issue Oct 4, 2017 · 0 comments

Comments

@FearlessHyena
Copy link
Contributor

There seem to be certain ways to do this
http://patrickbougie.com/2013/03/18/convert-svn-to-git-repository/
http://liyanage.github.io/git-tools/

It would be a great addition to this tool

This can probably be done using a local directory as the source rather than the online svn repository and adding the external as a submodule as mentioned in the first link above

git submodule add git://github.com/pbougie/<repository>.git path/to/<repository>

There might however be a better way to do it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants