#
# Patch for ViewVC to use correct SVN repository.
#

--- viewvc-ss-1224/viewcvs.conf
+++ viewvc/viewcvs.conf
@@ -69,7 +69,7 @@
 # names to them. Each root should be given by a "name: path" value. Multiple
 # roots should be separated by commas and can be placed on separate lines.
 #
-cvs_roots = cvs: /home/cvsroot
+#cvs_roots = cvs: /home/cvsroot
 
 #
 # This setting specifies each of the Subversion roots (repositories)
@@ -77,7 +77,7 @@
 # by a "name: path" value. Multiple roots should be separated by
 # commas and can be placed on separate lines.
 #
-#svn_roots = svn: /home/svnrepos
+svn_roots = svnroot: /var/lib/svnroot
 
 # The 'root_parents' setting specifies a list of directories in which
 # any number of repositories may reside.  Rather than force you to add
@@ -102,7 +102,7 @@
 
 # this is the name of the default root
 # (ignored when root_as_url_component is turned on)
-default_root = cvs
+default_root = svnroot
 
 # uncomment if the RCS binaries are not on the standard path
 #rcs_path = /usr/bin/

