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

TortoiseSVN requiring multiple authentications against svnserve repository

From: neromir <neromir_at_gmail.com>
Date: Wed, 17 Sep 2008 17:51:28 -0700 (PDT)

Hi guys,

I've got an svn repository (1.3.x) set up on a linux box here at home,
serving it with svnserve, and I'm trying to do some directory/project-
specific authentication with it through the authz functionality.

The problem is that when I try to view the repository with TortoiseSVN
(repo-browser) it's requiring me to authenticate my username 3 times
just to get to the base of the repository. I know I could probably
save my authentication in the box and that might fix it, but I'd
rather not have to do that every time in the event I'm using a public
computer. So is this a bug with Tortoise, or is this something wrong
with my authz configuration?

Here's the url I use to get to the repository:

svn://server-address/svn/repository

Here's my svnserve.conf file:

[general]
anon-access = none
aut-access = write
password-db = passwd
authz-db = authz

and my authz file (the idea is that user 2 is restricted to writing in
just the project1 directory, but admin has access to all projects):

[groups]

[/]
admin = rw
guest = r
* =

[/project1]
admin = rw
user2 = rw
guest =
* =

Thanks in advance for your help.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-09-18 03:11:13 CEST

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.