SVN is a revision control system, that permits simultaneous editing, and prevents simultaneous editing. If two persons commit different versions of the same file to the repository, the repository basically complains.
Software to use svn
- TortoiseSVN -- best used on windows
- Can be used using
svnas a command from a terminal in Mac and Unix/Linux
Materials to help you use svn
- The Subversion Book is a good complete reference (I ask students to read this in my software engineering course.
- SVN Tutorial, a very quick tutorial for using svn from the command line.
Repository to see if your svn client is working
Try to export or check out
http://bracton.ece.arizona.edu/svn/test/trunk/