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

svnserve and authorization problems

From: <william_at_opensource4you.com>
Date: 2006-03-19 13:36:21 CET

I've just install subversion 1.3.

I'm trying to let working the svnserve with authorization.
(context is to use subversion to version the /home directories of my
linuxhome server)

How to configure svn to keep privacy of each users ?

I've tried (in conf.authz):
"
[/]
* = 'r'

[/linuxhome/home/mi]
mi = 'rw'
vi = ''
# * =

[/linuxhome/home/wi]
wi = 'rw'
mi = ''
"

The "write" is working fine. Not possibilities to commit modifications on
others home dirs.

BUT

The read is not working.
user "mi" is able to checkout "/linuxhome/home/wi" ?????
and "wi" is able to checkout "/linuxhome/home/mi" ???
Why ???
What's I've missed ?

PS: concerning the first line ('/' as 'r' for everyone), I've saw that's
mandatory.

Thanks.

-- 
William: http://www.opensource4you.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Mar 19 13:22:54 2006

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.