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

Re: multi accounts authentification

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 18 Feb 2009 18:25:07 +0100

elbidone_at_gmail.com wrote:
> Hi,
>
> I use TortoiseSVN on windows and a svn repository on Linux. I work
> with several projects, each one on the same repository but not using
> same account. Project A use account A for myrepository.com/projecta
> Project B use account B myrepository.com/projectb The problem is when
> I authenticate on account A, auth. datas are saved. And if I try
> later to update files on project B, It raises an Access forbidden
> because TortoiseSVN use the auth. datas of project A.
>
> Is it possible to configure TortoiseSVN to use on several auth datas
> for directories (projecta, projectb) stored on same svn repository,
> myrepository.com

Subversion stores the auth data according to the auth realm string and
the repo root url. If those are identical, then the stored data is used.

You'd have to configure your server to provide a different realm string
for your sub projects - not sure if that's even possible though...

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=1187141
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2009-02-18 18:25:29 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.