== 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 ===
 1. Software developement, to keep track of versions, and allow people to work together on different computers
 1. To keep a copy of your home directory, documents, scripts synchronized accross multiple linux servers.

---
 * http://www.abbeyworkshop.com/howto/misc/svn01/
----
CategoryLinux