Again, what version control system to choose?
Posted
by Ivan
on Stack Overflow
See other posts from Stack Overflow
or by Ivan
Published on 2010-05-19T06:30:45Z
Indexed on
2010/05/19
6:40 UTC
Read the original article
Hit count: 285
Please excuse me for probably a newbie hundred-times-chewed question. I have no experience with version control systems except of using Visual Source Safe in a project done by 2 people sitting in front of each other (which has shown VSS quite sack of boulders, not anything useful). Right now I am looking to grok-in using some modern VCS. Here are the preferences in descending priority order:
Platform-agnostic. Pretty pleasant to use With Visual Studio 2010 on Windows as well as With NetBeans 6.9 and Eclipse 3.6 on Linux and Mac.
Convenient and efficient for mutually-dependent projects done by teams of 1-10 and consisting of files of quite a diverse selection of types. Including early-stage projects with unstable design and experimenting.
Modern. As fresh and future-technology-feature-rich as possible.
Free & open-source.
Should I take a closer look at SVN, Mercurial, GIT, Bazaar, or something else?
© Stack Overflow or respective owner