Backing up and restoring SVN repositories
2 ways to back up subversion repositories; first is to dump the repo and reload it in another repo, and the second is to use hotcopy. The hotcopy technique has a more stringent requirement than using the dump technique–hotcopy requires that the version of SVN on the 2 servers (source and target) are the same, [...]
SVN cheatsheet
Subversion is a piece of software which lets you maintain both current and historical versions of documents — whether they be source codes, regular text files, web pages or any other documentation.
There is another post here about Simple installation of SVN if you haven’t installed it yet — it’s a Linux guide.
SVN (short for subversion) [...]