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

RE: Authorized download repositories

From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Wed, 6 Jun 2012 11:53:13 -0400

> Hello,
>
> i have some repositorys, managed with subversion edge the current version.
> The repositoys have some access rules.
>
> eg.
>
> [/]
> Mike = rw
>
> Now i like to download some datas with TortoiseSVN but i can't identify my
> user when i like to connect me to the server for a download.
>
> when i start an upload, tortoisesvn open a window for my authorization.
>
> the problem is, other users are prohibited to view my datas.
>
> have thomone a solution?

Do you allow anon-access? That would be in your config file.

I think you then need to add something like

 [/]
* = r
 Mike = rw

To allow all other users read access.

BOb

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

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