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

Re: AuthzSVNAccessFile

From: Andy Levy <andy.levy_at_gmail.com>
Date: Thu, 2 Jul 2009 13:30:59 -0400

On Thu, Jul 2, 2009 at 11:52, Prasad,
Venkat<venkat.prasad_at_credit-suisse.com> wrote:
> Is their any way, I can provide repository permissions based on file types?
>
> Example:
> My repository AuthzSVNAccessFile is *access-http* will look as follows.
>
> [ groups ]
> developer = vprasad3
> others = user1, user2
>
> [/]
> * = r
>
> [ Files - "^.pl*" ]
> @readwrite = rw
>
> [ Files - "^.sh*" ]
> @others = rw

This question should be posted on the Subversion Users mailing list,
as it's server configuration.

But no, base Subversion doesn't have this functionality. You can use
the svnperms.py pre-commit hook script to prevent people from
committing to paths that match patterns.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-07-02 19:31:10 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.