[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: Johnathan Gifford <jgifford_at_wernervas.com>
Date: 2006-04-13 21:17:40 CEST

Landry,

If your using Windows machines to connect (aka Web Folders) through the
WebDAV connection, you will need to force authentication for any and all
requests. LimitExcept directive will not force Windows systems to
authenticate when a checkout (or any other command for that fact) is being
made. Now, if you're using Mac OS X, that should be working.

Looking at your conf setup below, for WebDAV, you also need to turn auto
revisioning on with 'SVNAutoversioning On' in your location tag setup. Now
if you using the same repository for traditional source code management and
WebDAV, not sure how to help you there. You may want to consider creating a
different repository for WebDAV items.

Johnathan

On 4/13/06 1:57 PM, "Landry" <landry@fr.homeunix.org> wrote:

> 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
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 13 21:20:52 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.