You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: