简体   繁体   English

是否有可能将git存储库作为subversion中的“供应商分支”?

[英]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? 是否有可能将git存储库作为subversion中的“供应商分支”?

In this project we will have several parts, but some parts will use svn and some will use git. 在这个项目中我们将有几个部分,但有些部分将使用svn,有些将使用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" . 感谢VonC指出答案是“不可能” 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 ). Svn外部可以包括其他svn部分,但不包括git部分( 外部与git子模块完全不同 )。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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