Using Subversion

From New IAC Wiki
Revision as of 20:56, 28 September 2010 by Oborn (talk | contribs) (Created page with 'Subversion (commonly referred to as '''SVN''') is a source-code control system. It can keep track of files, their history over time, and when different users change them. It's de...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Subversion (commonly referred to as SVN) is a source-code control system. It can keep track of files, their history over time, and when different users change them. It's designed to keep track of data to answer questions like:

  • When was this section added?
  • Who made modification X?
  • What did this file look like when I used it 3 months ago?


Using SVN from the command line (Linux or cygwin)