mod_dav_svn and Apache <Location> directive
From: Michaël Bruneel <m_at_alethes.be>
Date: Fri, 4 Nov 2011 19:50:14 +0100
Hi,
It seems that the dav_svn Apache module is not compatible with
<Location ~ "^/(?!viewvc)" >
ScriptAlias /viewvc "/usr/lib/cgi-bin/viewvc.cgi"
the content of the <title> tag in the HTML response becomes:
<title>(?!viewvc) - Revision 1848: /</title>
instead of:
<title>/ - Revision 1848: /</title>
and we get this error :
svn: Server sent unexpected return value (400 Bad Request) in response
The repository root contains trunk/, branches/ and tags/ directories
Is it the really expected behaviour? Or is there something wrong
Regards,
-- Michaël Bruneel http://www.alethes.be
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.