TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Git VS SVN.... Bash It out

1 pointsby entelectover 11 years ago
I am setting up a new project. So what are the pro's and con's. What should I use?

3 comments

w_t_payneover 11 years ago
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 未加载
jseguraover 11 years ago
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>
zimpenfishover 11 years ago
I would always go Git - once you&#x27;re used to the flexibility and freedom, going back to SVN is like being hobbled.