From f05ea3c88c10c703044ec208e1030affdd8fed31 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Fri, 9 May 2008 02:37:50 -0400 Subject: [PATCH] Fix the SVN server to point to the new AFS mountpoint svn path=/trunk/packages/sipb-xen-www/; revision=513 --- debian/changelog | 6 ++++++ files/etc/apache2/sites-available/svn | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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 -- 1.7.9.5