Skip Menu |

This queue is for tickets about the SVN-Web CPAN distribution.

Report information
The Basics
Id: 19273
Status: resolved
Priority: 0/
Queue: SVN-Web

People
Owner: Nobody in particular
Requestors: mschwern [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.47
Fixed in: (no value)



Subject: SVN::Web triggers SVN assert
With the following configuration: repos: CPAN: '/var/local/svnroot/' SVN::Web would die with: [Mon May 15 10:56:09 2006] [error] [client 67.131.106.4] perl: /tmp/buildd/subversion-1.2.3dfsg1/subversion/libsvn_subr/path.c:114: svn_path_join: Assertion `is_canonical (base, blen)' failed., referer: http://schwern.org/svnweb/ This is a bug in Subversion tickled by putting a trailing slash on the end of a the repository root. http://svn.haxx.se/dev/archive-2004-08/0743.shtml Its not a bug in SVN::Web but SVN::Web may wish to work around it. If the trailing slash is removed everything works fine. schwern@mungus:/tmp$ svn --version svn, version 1.2.3 (r15833) compiled Dec 4 2005, 03:38:36