Is it possible to have a git repository as a "vendor branch" in subversion?
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 vendor branches (or similar).
And the question is if it is possible manage this "project root" with subversion?
Thanks Johan
The inverse question can be found here:
- Is it possible to have a subversion repository as a “submodule” in git?
Update:
Thanks VonC for pointing out that the answer is "no it is not possible". but the inverse is (so I will probably focus on that question instead).