views:

23

answers:

1

Hi

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:


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).

+1  A: 

I would rather:

Svn externals could include other svn parts, but not the git parts (and external is quite different from git submodule).

VonC
Thanks, so it seems that this way is not possible
Johan