返回「计算机、信息技术与工程」

【SCM】Git vs. SVN

更多
Markdown 结构化数据
本文目录 3 个章节

【SCM】Git vs. SVN

# 【SCM】Git vs. SVN

创建时间:2021/10/19 11:14

  • Why do people leave SVN and start using Git?
    • Perforce
    • SVN Merge的问题 - svn在分支合并上不方便的表现之一

Why do people leave SVN and start using Git?

https://www.quora.com/Why-do-people-leave-SVN-and-start-using-Git

**SVN' s capabilities are a subset of git's. We can use git in exactly the same way as SVN, but the same can not be said for the reverse. **

Perforce

Most professionals at major studios use Perforce, as it handles large binary files better than git.

SVN Merge的问题 - svn在分支合并上不方便的表现之一

https://www.cnblogs.com/xdouby/p/7237005.html