Subversion (SVN)
- Subversion is a version controll system.
- It allows you to save updates in time (versions) of a project/dircetory to a server.
- You then have the ability to check-out these files on other computers and save new versions back to the server.
Usage
- Software developement, to keep track of versions, and allow people to work together on different computers
- To keep a copy of your home directory, documents, scripts synchronized accross multiple linux servers.
---