Problem and Solution to svn import
From: <rbb_at_rkbloom.net>
Date: 2003-01-13 04:31:56 CET
I had a brief conversation with some people on IRC tonight because my svn
subversion/libsvn_ra_dav/util.c:358: (apr_err=175002)
Notice that a 301 request is a permanent redirect, and the reason for this
1) The error message isn't very good.
2) I got this even if I put /foobar/ in my request. I haven't done
3) This is a DAV resource and an OPTIONS request, thus it shouldn't be
The solution, luckily, is simple. Add the following to your Apache config
BrowserMatch "SVN" redirect-carefully
This instructs mod_dir to only do the redirect on GET requests. That
I have copied the httpd development mailing list, because this bug was
Ryan
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.