Git & SVN: How to update a git submodule from a closed svn repository
21 Nov 2011Hi everybody!
Wanted to share a small recipe for Git and SVN. Perhaps it is not the best one, but is the one that I found to work for me. However, if you have any other ideas or suggestions on how to improve or do it in any other way, please leave a comment below.
I use Git as my main revision tool. However I have a project where I use some submodules from codeplex.com and I usually clone the source code directly from the SVN repo at codeplex.
By doing this, I found the following problem:
After cloning and including the submodules in my projects, how can I continue to update them from SVN?