Using http_dav_module for Subversion
Aaron Mason
lists at ruby-forum.com
Tue Mar 11 08:03:12 MSK 2008
Do you need to allow PROPFIND as well? I did a quick analysis of the
protocol using a script run under tcpsvd, and here's the query I got
from `svn co http://localhost:22124/trunk bob':
PROPFIND /trunk HTTP/1.1
Host: localhost:22124
User-Agent: SVN/1.3.1 (r19032) neon/0.25.5
Keep-Alive:
Connection: TE, Keep-Alive
TE: trailers
Content-Length: 300
Content-Type: text/xml
Depth: 0
Accept-Encoding: gzip
Accept-Encoding: gzip
Hope this helps, I'm interested in using nginx for SVN as well.
Randy Parker wrote:
> I'm running the current beta:
>
> etc/nginx$ nginx -V
> nginx version: nginx/0.6.25
> built by gcc 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
> configure arguments: --with-http_dav_module --with-http_ssl_module
--
Posted via http://www.ruby-forum.com/.
More information about the nginx
mailing list