Index: /package_branches/invirt-web/hvirt/files/etc/apache2/conf.invirt/svn.mako
===================================================================
--- /package_branches/invirt-web/hvirt/files/etc/apache2/conf.invirt/svn.mako	(revision 2918)
+++ /package_branches/invirt-web/hvirt/files/etc/apache2/conf.invirt/svn.mako	(revision 2919)
@@ -12,8 +12,8 @@
 	<Location />
 		DAV svn
-		SVNPath ${cfg.web.svn.repopath}
+		SVNPath ${cfg.web.sites.svn.repopath}
 		AuthType Basic
-		AuthName "${cfg.web.svn.authname}"
-		AuthUserFile ${cfg.web.svn.get('dav', '/etc/apache2/dav_svn.passwd')}
+		AuthName "${cfg.web.sites.svn.authname}"
+		AuthUserFile ${cfg.web.sites.svn.get('dav', '/etc/apache2/dav_svn.passwd')}
 		<LimitExcept GET PROPFIND OPTIONS REPORT>
 			Require valid-user
@@ -36,7 +36,7 @@
 </VirtualHost>
 
-Alias /${cfg.web.svn.alias} /${cfg.web.svn.localpath}
+Alias ${cfg.web.sites.svn.alias} ${cfg.web.sites.svn.localpath}
 
-<Directory /${cfg.web.svn.localpath}>
+<Directory /${cfg.web.sites.svn.localpath}>
 		Options Indexes FollowSymLinks MultiViews
 		AllowOverride None
