TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Git VS SVN.... Bash It out

1 点作者 entelect大约 11 年前
I am setting up a new project. So what are the pro's and con's. What should I use?

3 条评论

w_t_payne大约 11 年前
If you need to get non-programmers (Mathematicians, other engineering disciplines) to use the repository, and everybody is located on one geographic site, use SVN. (Because of TortoiseSVN).<p>If you have money, and everybody is located on one geographic site, and you are making something huge, then use Perforce.<p>If you have a distributed team, you need to use either Git or Hg.<p>If your team is composed of experienced developers who like to do their own thing ... then Git is the only choice.<p>If your team is composed of less-experienced developers, or you want something that just works &amp; won&#x27;t confuse &amp; distract neophytes, then use Hg.
评论 #7270710 未加载
jsegura大约 11 年前
SVN has a central repo with some clients. GIT has a central repo with some clients repo with some clients.<p>If you want to track your changes even when you don&#x27;t have access to internet, GIT is the way to go.<p>Maybe this thread[1] could help you to choose one or another.<p>[1] <a href="http://stackoverflow.com/questions/161541/should-i-use-svn-or-git" rel="nofollow">http:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;161541&#x2F;should-i-use-svn-o...</a>
zimpenfish大约 11 年前
I would always go Git - once you&#x27;re used to the flexibility and freedom, going back to SVN is like being hobbled.