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

Authentication via WebDav

From: David Karlin <davidkarlin_at_gmail.com>
Date: Tue, 19 Jan 2010 06:18:27 -0800 (PST)

Hi,

I'm trying to use Tortoise for the first time and having trouble with authentication. Sequence of events is this:

I open the Tortoise repository browser. In response to the request to specify the repository, I say:
https://svn.mydomain/svn/repository

After ignoring the complaint about an unknown certificate provider, this seems fine, and I can see the directory structure in the repository (worrying, since I haven't given a password yet).

I now try to create a directory. The system asks me for a username and password. I give the correct username and password. However, this is not accepted. The dialog simply repeats until I eventually give up and cancel out of it.

This set up is fine - if I go my Mac (which I use for PHP development) and type:
svn mkdir -m"stuff" https://svn.mydomain/svn/repository/somedirectory
everything is fine.

Relevant lines from my Apache configuration:
<Location /svn>
   DAV svn
   SVNParentPath /var/svn
   <LimitExcept GET PROPFIND OPTIONS REPORT>
      AuthType Basic
      AuthName "mydomain subversion repository"
      AuthUserFile /etc/svn-auth-file
      Require valid-user
# Require SSL connection for password protection.
      SSLRequireSSL
   </LimitExcept>
</Location>

So two questions:

(1) How did TortoiseSVN read my repository, apparently without a password?

(2) How can I get the create directory to work? Why is it kicking me out?

Yours in confusion...

David

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-01-19 16:06:21 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.