Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I'd probably go with Subversion, if I were you. I'm a total Git fanatic at this point, but Subversion certainly has some advantages: </p> <ul> <li>simplicity</li> <li>abundance of interoperable tools</li> <li>active and supportive community</li> <li>portable</li> <li>Has really nice Windows shell integration</li> <li>integrates with visual studio (I think - but surely through a third party)</li> </ul> <p>Git has many, many other advantages, but the above tend to be the ones people care about when asking general questions like the above.</p> <p><strong>Edit</strong>: the company I now work for is using VisualSVN server, which is free. It makes setting up a Subversion repository on a Windows server stupid simple, and on the client we're using TortoiseSVN (for shell integration) and AnkhSVN for Visual Studio support. It's quite good, and should be fairly easy for even VSS users to pick up.</p> <p><strong>Latter-day Edit</strong>: So....nearly eight years later, I would never recommend Subversion to anyone for any reason. I don't really recant, <em>per se</em>, because I think my advice was valid at the time. However, in 2016, Subversion retains almost none of the advantages it used to have over Git. The tooling for Git is superior to (and much more diverse) what it once was, and in particular, there's GitHub and other good Git hosting providers (BitBucket, Beanstalk, Visual Studio Online, just off the top of my head). Visual Studio now has Git support out-of-the-box, and it's actually pretty good. There are even PowerShell modules to give a more native Windows experience to denizens of the console. Git is even easier to set up and use than Subversion and doesn't require a server component. Git has become as ubiquitous as any single tool can be, and you really would only be cheating yourself to not use it (unless you just really want to use something not-Git). Don't misunderstand - this isn't me hating on Subversion, but rather me recognizing that it's a tool from another time, rather like a straight razor for shaving. </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload