Your message dated Thu, 22 Jun 2006 02:47:08 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#372565: fixed in websvn 1.61-19 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---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:
--- End Message ---
--- Begin Message ---Source: websvn Source-Version: 1.61-19 We believe that the bug you reported is fixed in the latest version of websvn, which is due to be installed in the Debian FTP archive: websvn_1.61-19.diff.gz to pool/main/w/websvn/websvn_1.61-19.diff.gz websvn_1.61-19.dsc to pool/main/w/websvn/websvn_1.61-19.dsc websvn_1.61-19_all.deb to pool/main/w/websvn/websvn_1.61-19_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Pierre Chifflier <[EMAIL PROTECTED]> (supplier of updated websvn package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 12 Jun 2006 14:58:14 +0200 Source: websvn Binary: websvn Architecture: source all Version: 1.61-19 Distribution: unstable Urgency: high Maintainer: Pierre Chifflier <[EMAIL PROTECTED]> Changed-By: Pierre Chifflier <[EMAIL PROTECTED]> Description: websvn - interface for subversion repositories written in PHP Closes: 370329 372565 373231 373249 Changes: websvn (1.61-19) unstable; urgency=high . * Update Standards-Version to 3.7.2 * Updated debconf translation: - Czech by Miroslav Kure (Closes: #370329) - Swedish by Daniel Nylander - Italian by Luca Monducci (Closes: #373231) - Portuguese by Miguel Figueiredo (Closes: #373249) - Vietnamese by Clytie Siddall * Add patch: - 20_unreadable_path.diff: Handle non-readable dirs in parent path (Closes: #372565) Files: 5cfe340a8cacd3f5ab8f0ae179e8dfd0 622 devel optional websvn_1.61-19.dsc 8419637eac17f6f8c3d2a930212e6814 20652 devel optional websvn_1.61-19.diff.gz 16daac5a266b040b2b146375235f369e 101466 devel optional websvn_1.61-19_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFEmmVXw3ao2vG823MRAq+zAJ94JGPMF9s3pLP3kjX3QUq+p75ENgCfUZCQ jlM6ro+Upxcn/cH9tsqFY4E= =03vj -----END PGP SIGNATURE-----
--- End Message ---

