标签: ruby git svn github
为什么Ruby在官方网站的指导下由SVN回购http://svn.ruby-lang.org/repos/ruby/trunk 1维护,并且在github的git repo https://github.com/ruby/ruby 2下有效问题和拉取请求?
http://svn.ruby-lang.org/repos/ruby/trunk
https://github.com/ruby/ruby
社区如何设法将对SVN回购贡献的代码合并到Git回购中,反之亦然?
答案 0 :(得分:1)
SVN存储库是开发发生的地方。
github上的镜像也是一个SVN存储库,因为github支持这些。