SubVersion
Here is the SubVersion web site.- To create a new repository:
svnadmin create /path/to/repository
- To setup apache for Subversion access read that from the svnbook.
- Subversion web access application guide
Tools
- Tortoise SVN
- Nautilus SVN : integration kit for GNOME.
Links
Default editor
To changesvn default editor do the following: - Edit
~/.bashrcand add something like:export SVN_EDITOR=mcedit