|
|
|
|
|
by w_t_payne
4500 days 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). If you have money, and everybody is located on one geographic site, and you are making something huge, then use Perforce. If you have a distributed team, you need to use either Git or Hg. If your team is composed of experienced developers who like to do their own thing ... then Git is the only choice. If your team is composed of less-experienced developers, or you want something that just works & won't confuse & distract neophytes, then use Hg. |
|