Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I work for a similar sized company, and when I got here I was in the same place as you. I implemented SVN/Subversion <a href="http://subversion.tigris.org/" rel="nofollow noreferrer">http://subversion.tigris.org/</a> quite easily. If you use the svn protocol and use svnserve (can be setup as a windows service that auto starts on your server) it should take you 1.5-3 hours to setup depending on how much you want to read <a href="http://svnbook.red-bean.com/" rel="nofollow noreferrer">http://svnbook.red-bean.com/</a>, see collabnet <a href="http://www.collab.net/downloads/subversion/" rel="nofollow noreferrer">http://www.collab.net/downloads/subversion/</a> for the Windows package download</p> <p>Using Windows, you can use Tortoise SVN which integrates into the windows shell. There is also a new release of Ankh SVN (2.0) <a href="http://ankhsvn.open.collab.net/" rel="nofollow noreferrer">http://ankhsvn.open.collab.net/</a> that integrates into Visual Studio. Ankh is very nice (has pending changes window, kind of similar to Subclipse like functionality) but it is a new release and is somewhat buggy (we have experienced some memory probs and slowness). We currently use both Tortoise for initial checkouts or imports and Ankh for everything else and are pretty happy.</p> <p>If you have any Mac users, there are a lot of options out there. We have a mac user here who uses Versions <a href="http://www.versionsapp.com/" rel="nofollow noreferrer">http://www.versionsapp.com/</a>, though it sounds like they will charge for it once they get out of beta.</p> <p>I would recommend SVN because it is widely used out there and I feel that is important with open source projects you are going to use daily for production purposes. Just to spell it out, everything (other than Versions) mentioned is free.</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