Using http_dav_module for Subversion
kingler
kingler at 72pines.com
Tue Mar 11 08:12:06 MSK 2008
I believe PROPFIND is definitely needed for subversion checkout. I am
also interested in knowing Nginx + Subversion option, as currently, I
had to run an Apache process just for the subversion DAV.
-Liang
kingler from 72pines
On Mon, Mar 10, 2008 at 10:03 PM, Aaron Mason <lists at ruby-forum.com> wrote:
> 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