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

Path-Based Authorization

From: Proskurin Kirill <k.proskurin_at_fxclub.org>
Date: Fri, 29 Feb 2008 12:00:01 +0300

Hello all!

What we have:
FreeBSD 6.2-STABLE
subversion-1.4.6_1 (all repos use fsfs and runs via svnserve)

What we want:
Path-Based Authorization.

Problem:
Our programmers work with TortoiseSvn and they make names of a
directory's with spaces and at non latin(cyrillic).

Is is look something like this:
docs/*russian word*{space}*russian word*/*russian word with many
space`s*.doc

Im need to block access to one file(in future much more).
Im try to write

authz:
[/]
stolchnev = rw
rudvv = rw

[orgstructure:/docs/*russian word*\\ *russian word*/*russian word with
many space`s*.doc]
rudvv =

But it dosent work.

1) How must im wrote this at authz?
2) Is were a good unix gui for this task`s(admining a svn)?

-- 
Best regards,
	Proskurin Kirill
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-29 10:00:50 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.