Hi
Is it possible to have a subversion repository as a "submodule" in git?
In this project we will have several parts, but some parts will use svn and some will use git. So I am looking into a "project root" from where we can have the other projects as submodules (or similar).
And the question is if it is possible manage this "project root" with git?
Thanks Johan
The inverse question can be found here:
Update:
In the inverse question VonC gave a tip that this could be done with git-svn, does anybody have a example on how this could look like?