Looking for a source code management system with a good GUI client

Posted by Anders Öhrt on Stack Overflow See other posts from Stack Overflow or by Anders Öhrt
Published on 2010-06-06T07:17:17Z Indexed on 2010/06/06 7:22 UTC
Read the original article Hit count: 164

Filed under:
|

We are currently using CS-RCS Pro for source code management, and are looking for to replace this due to performance issues. It is based on client side file access with no own protocol, which makes it painfully slow to use over a slow VPN line since it always rewrites the whole history of a file. It does however have a GUI client which is very simple and gives a great overview.

We have three main requirements in a SCM:

  1. Fast. It must have a server side service or some other smart way so working with files with a large history is fast.
  2. A good Windows GUI client (not Explorer shell integration, not VS or Eclipse IDE integration), so working with files and branches is easy.
  3. The possibility to have several branches checked out at once in different directories.

Does anyone have a recommendation of a SCM which fulfills there requirements?

© Stack Overflow or respective owner

Related posts about version-control

Related posts about scm