[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Remote svn commits through webdav fails with "CHECKOUT response did not contain a 'Location:' header" error

From: Landry <landry_at_fr.homeunix.org>
Date: 2006-04-13 20:57:34 CEST

Timo Wendt wrote:
> What is your error and access log saying about this? It might have to do
> with the LimitExcept directive. Try to remove it or try this one:
>
> <LimitExcept GET POST PUT MERGE DELETE PROPPATCH PROPFIND REPORT
> OPTIONS MKACTIVITY CHECKOUT>
>
> A commit needs more than what you have put in there. I had similar
> problems and the above solved it for me.
>
I already tried without the <LimitExcept> directive, which serves only
for authentication. Your line didn't solved the problem too.

I have nothing in my error_log, and in my access_log, i have only these
lines for my commit :
  - - [13/Apr/2006:20:50:37 +0200] "OPTIONS /svn HTTP/1.1" 200 183 "-"
"SVN/1.3.0 (r17949) neon/0.24.7"
  - - [13/Apr/2006:20:50:37 +0200] "MKACTIVITY
/svn/!svn/act/00fda46e-5411-0410-ba3a-a6be93e2b3f8 HTTP/1.1" 201 222 "-"
"SVN/1.3.0 (r17949) neon/0.24.7"
  - - [13/Apr/2006:20:50:37 +0200] "PROPFIND /svn HTTP/1.1" 207 422 "-"
"SVN/1.3.0 (r17949) neon/0.24.7"
  - - [13/Apr/2006:20:50:37 +0200] "PROPFIND /svn/!svn/vcc/default
HTTP/1.1" 207 388 "-" "SVN/1.3.0 (r17949) neon/0.24.7"
  - - [13/Apr/2006:20:50:37 +0200] "CHECKOUT /svn/!svn/bln/1 HTTP/1.1"
201 236 "-" "SVN/1.3.0 (r17949) neon/0.24.7"

The HTTP Codes doesn't show 4xx errors... i think this is a mod_dav_svn
/webDAV problem. But i dunno how to solve it.. :)

Landry

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 13 20:59:13 2006

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.