[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: thonellp <thonellp_at_hotmail.com>
Date: Tue, 1 Dec 2009 05:27:16 -0800 (PST)

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?

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2425867

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-12-01 14:33:49 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.