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

RE: Restricting user access in Tortoise SVn

From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Wed, 12 Jun 2013 14:19:24 +0000

> Dear Friends,
> I am new to SVN. So pardon my ignorance if my question looks stupid.
>
> In our environment, we use tortoise SVN via https.
> However SVN server is on Linux.
>
> I want to restrict a particular user (say user1) to access only a particular task
> branch (task1). My goal is user1 shoul dbe able to see code and write code to
> only task1, but not any other branch.
>
> I did following in confg/authz file
>
> [repo:/branches]
> user1 =
>
> [branch:/tasks/task1]
> user1 = rw
>
> It is however not working for me.

This doesn't look right...

repo:

and

branch:

indicate the repository name... So your second declaration should probably be:

[repo:/branches/tasks/task1]
user1 = rw

BOb

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

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