svn info fails through re-writing proxy
From: Rich Williams <perldog_at_gmail.com>
Date: 2006-09-08 10:42:04 CEST
Hello,
I realise that our setup is a little unusual, but I think I've found a bug
In our setup, some clients access the repository over https, but through a
The apache config on the proxying host (I'll call it 'proxy-svn-host')
RewriteRule ^/svn(/.*)? https://real-svn-host/svn$1 [P]
For the most part, this works flawlessly, except for one operation -
Turning on some neon debug, and looking at the logs on the proxying
Using gdb, I tracked this down to the call to 'ne_lock_discover' in
I don't really know enough about DAV to know if it's valid to include
I've attached my patch.
Have fun,
Rich Williams
---------------------------------------------------------------------
|
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.