apt-get install -y apache2 viewvc libapache2-mod-python2.6 vim /etc/viewvc/viewvc.conf
Single Repository:
svn_roots = svn: /svn root_as_url_component = 1
Multiple Repositories:
root_parents = /svn : svn root_as_url_component = 1
Apache Virtualhost:
ServerName your.domain.com DocumentRoot /your/web/directory ScriptAlias /viewvc "/usr/lib/cgi-bin/viewvc.cgi"
Browser:
http://your.domain.com/viewvc
Do not modify permissions of the SVN root (changing ownership OK)