Difference between revisions of "Using Subversion"
Jump to navigation
Jump to search
(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...') |
(No difference)
|
Revision as of 20:56, 28 September 2010
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?