From: Evan Broder Date: Fri, 9 May 2008 06:37:50 +0000 (-0400) Subject: Fix the SVN server to point to the new AFS mountpoint X-Git-Tag: sipb-xen-www/3.4~15 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/f05ea3c88c10c703044ec208e1030affdd8fed31?hp=5f5af8727a89630bbefac62c70f1dfd9eede0024 Fix the SVN server to point to the new AFS mountpoint svn path=/trunk/packages/sipb-xen-www/; revision=513 --- diff --git a/debian/changelog b/debian/changelog index c22ee41..633702b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sipb-xen-www (3.3) unstable; urgency=low + + * Fix the SVN server to point to the new AFS mountpoint + + -- Evan Broder Fri, 9 May 2008 02:37:21 -0400 + sipb-xen-www (3.2) unstable; urgency=low * Check in (part of?) the Apache config. diff --git a/files/etc/apache2/sites-available/svn b/files/etc/apache2/sites-available/svn index 7145f96..7c14296 100644 --- a/files/etc/apache2/sites-available/svn +++ b/files/etc/apache2/sites-available/svn @@ -8,9 +8,9 @@ DAV svn - SVNPath /afs/sipb.mit.edu/project/xen/svn + SVNPath /afs/sipb.mit.edu/project/xvm/svn AuthType Basic - AuthName "sipb-xen.mit.edu subversion repository" + AuthName "xvm.mit.edu subversion repository" AuthUserFile /etc/apache2/dav_svn.passwd Require valid-user