To install subversion, open a terminal and run the following command:
sudo apt-get install subversion libapache2-svn
We're going to create the subversion repository in /svn, although you should choose a location that has a good amount of space.
sudo svnadmin create /svn
Next we'll need to edit the configuration file for the subversion webdav module. You can use a different editor if you'd like.
sudo gedit /etc/apache2/mods-enabled/dav_svn.conf
The Location element in the configuration file dictates the root directory where subversion will be acessible from, for instance: http://www.server.com/svn