Using Subversion
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?