Package: websvn
Version: 1.61-13
Severity: normal
Our svn parent path is an ext3 partition. This means that it has a lost+found
dir that the web server cannot read which gives a permissions error on the root
page (list of repositories).
Patch for /usr/share/websvn/include/configclass.inc
--- configclass.inc.orig 2006-06-10 10:53:15.329852489 +0200
+++ configclass.inc 2006-06-10 10:54:35.469055370 +0200
@@ -516,6 +516,9 @@
// That's also a non hidden directory
if (is_dir($path.DIRECTORY_SEPARATOR.$file) && $file{0} != ".")
{
+ // Handle directories we can't read
+ if (is_readable($path.DIRECTORY_SEPARATOR.$file))
+ {
// And that contains a db directory (in an attempt to not
include
// non svn repositories.
@@ -526,6 +529,7 @@
}
}
}
+ }
closedir($handle);
}
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages websvn depends on:
ii apache2 2.0.54-5 next generation, scalable, extenda
ii apache2-mpm-prefork [httpd] 2.0.54-5 traditional model for Apache2
ii debconf 1.4.30.13 Debian configuration management sy
ii libapache2-mod-php4 4:4.3.10-16 server-side, HTML-embedded scripti
ii php4 4:4.3.10-16 server-side, HTML-embedded scripti
ii po-debconf 0.8.23 manage translated Debconf template
ii subversion 1.1.4-2 advanced version control system (a
ii ucf 1.17 Update Configuration File: preserv
-- debconf information:
* websvn/webservers: apache2
* websvn/configuration: true
* websvn/parentpath: /home/svn
* websvn/repositories:
* websvn/permissions:
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]