Better Version Control (Distributed) - Minimum impact on sources - always possible to update

Posted by Olav on Stack Overflow See other posts from Stack Overflow or by Olav
Published on 2010-06-10T09:51:42Z Indexed on 2010/06/10 10:02 UTC
Read the original article Hit count: 199

Filed under:
|
|
|

I am f...fed up with Subversion. Need a version control that:

  1. Can be used without affecting the sources with embedded files (like the Subversion .svn-directories), or having to check in and then check out (If you want to version control live web-site files for example).
  2. It should always be possible to bring the repository quickly up to date whatever I have done (Without resolving conflicts or adding files first etc.)
  3. Ideally it should be possible to merge repositories starting out as separate.

I thing it should be a distributed one, I think GIT is the Lingua Franca, but there is also Mercurial and Bazaar, which should have some advantages since they exist :-)

© Stack Overflow or respective owner

Related posts about git

Related posts about version-control