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

Re: HTTPS Authentication help

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 01 Dec 2009 20:53:18 +0100

On 01.12.2009 14:27, thonellp wrote:
> I get the same error message.
>
> I'm hosting svn on a Mac mini using an Apache 2.2 server with WebDAV
> enabled (according the the Mac, at least) and other services.
> I've followed all the recipes to the letter, except for one thing...
> I'm using SVNPath instead of SVNParentPath.
>
> My config fine contains the following:
> <Location "/treenotes/">
> DAV svn
> SVNPath /BatSoft/svn/TreeNotes/
> AuthType Basic
> <Limit GET HEAD OPTIONS CONNECT POST PROPFIND PUT
> DELETE PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
> Require group svn_treenotes
> </Limit>
> AuthName "treenotes"
> </Location>
>
>
>> a webbrowser doesn't use WebDAV at all but simple, plain http.
>
> Yes, that's a given. But using a web browser, the repository is
> accessible, in the form of web pages containing links to files.
>
> In short, the URL is fine.
>
> But when I put the same URL into TortoiseSVN, I get the same error
> message that mavalos gets.
>
> Why?

As the error message indicates: DAV is not working. This can be because
of a wrong setup, but most likely it's because you have a virus scanner
blocking those requests or a proxy in between which also blocks DAV
requests.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2426074
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-12-01 20:53:28 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.