Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Start with Subversion. The <a href="http://svnbook.red-bean.com/" rel="nofollow noreferrer">documentation is online</a>, and the <a href="http://www.pragprog.com/titles/svn/pragmatic-version-control-using-subversion" rel="nofollow noreferrer">Pragmatic Programmers Svn book</a> is great. </p> <p>If you're on Windows you can also get <a href="http://tortoisesvn.tigris.org" rel="nofollow noreferrer">TortoiseSvn</a> (free) for explorer integration or <a href="http://visualsvn.com/visualsvn/" rel="nofollow noreferrer">VisualSvn</a> (commercial) for Visual Studio integration. For the Mac, <a href="http://www.versionsapp.com/" rel="nofollow noreferrer">Versions</a> looks like a nice stand alone client, and XCode 3 has svn integration built in. Still I'd spend a bit of time in the command line using the svn client to really figure out what you're doing.</p> <p>After getting comfortable with the way svn works, then you can get into distributed version control systems like Git, Bazaar, or Mercurial, but I've seen enough professional developers have problems wrapping their heads around the basics of version control (branching merging etc) that I'd get comfortable with that first before moving to distributed systems.</p> <p>Stay the hell away from Visual SourceSafe (VSS). It is poop. Your code is <em>not</em> safe. See <a href="http://www.google.com/search?hl=en&amp;rlz=1C1GGLS_en-USUS292&amp;q=visual+sourcesafe+bad&amp;btnG=Search" rel="nofollow noreferrer">these many links</a> as to why not to use VSS.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

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