views:

63

answers:

3

What revision control do you use that works best for windows besides Git and you see staying around for the next generation of programmers.

A: 

the obvious answer would mercurial

Matt Briggs
Why is it obvious?
Robert Harvey
because it is by far the most popular of the new generation of source control systems after git.
Matt Briggs
... and it has pretty good Windows support
kyoryu
+2  A: 

Subversion.

For Windows, you can use Visual SVN Server. The basic version is free. Eliminates the need for setting up Apache/SVN Daemon type of setup.

nsr81
+2  A: 

Here are version control on windows beside GIT in order of popularity in my review*

  1. CVS**
  2. SVN**
  3. Mercurial**
  4. Bazaar
  5. LibreSource
  6. Monotone

** are much better in my opinion

Some links that must see before

JapanPro
I'd love to see Linus comment on this post, to be told that (especially CVS) is better than Git!
André Caron
Doesnt mean CVS is better then GIT rather CVS is better beside GIT
JapanPro
JapanPro is correct, the title clearly states besides git
Sam