简体   繁体   中英

Using external git repo in SVN

Is it possible to use external git repo inside SVN? The thing is the designers of some third party source code we are using moved from SVN to git. And we were using their code as external svn. So, it's not very clear how to make something similar with git repository.

If the third party can put their source code on github (even as a private repository), you could use your svn client against the github repository, see https://github.com/blog/966-improved-subversion-client-support

However @poke is correct, you're normally better off keeping third party source code out of your codebase.

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