简体   繁体   中英

Is it possible to have a git repository as a “vendor branch” in subversion?

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

I would rather:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM