Fix the SVN server to point to the new AFS mountpoint
authorEvan Broder <broder@mit.edu>
Fri, 9 May 2008 06:37:50 +0000 (02:37 -0400)
committerEvan Broder <broder@mit.edu>
Fri, 9 May 2008 06:37:50 +0000 (02:37 -0400)
svn path=/trunk/packages/sipb-xen-www/; revision=513

debian/changelog
files/etc/apache2/sites-available/svn

index c22ee41..633702b 100644 (file)
@@ -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 <broder@mit.edu>  Fri,  9 May 2008 02:37:21 -0400
+
 sipb-xen-www (3.2) unstable; urgency=low
 
   * Check in (part of?) the Apache config.
index 7145f96..7c14296 100644 (file)
@@ -8,9 +8,9 @@
        </Directory>
        <Location />
                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
                <LimitExcept GET PROPFIND OPTIONS REPORT>
                        Require valid-user