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

Re: Individual repository for each user on system

From: Sheryl <gubydala_at_his.com>
Date: 2006-10-20 16:22:50 CEST

Jehan wrote:
> then you have an access file (authz) for each users (svnserve.conf ->
> authz-db = authz) ? or it's a "central" access file pointed by each
> individuals svnserve.conf (authz-db = /var/svn/central-authz) ?
> I ask this question because I have the same needs as the initial poster,
> svn for each users with private access through http,https,svn+ssh cli
> protocols use

It's a central access file pointed to by

 AuthzSVNAccessFile /path/to/access-file

in the http.conf file. Since I'm using apache rather than svn+ssh, I
don't use the svnserve.conf file. Sorry, but since most of your questions
relate to svnserve, I can't really answer them.

> and the problem I have is that for cli (svn+ssh) access , when I define
> access internally to the repository ( [/project] )it works fine, when I
> centralize authz and then uses access this way [repository:/project]
> then access controls aren't honored :-( (although they are honored for
> DAV (http,https) acces !)
> Does svn+ssh uses authz file, or unix file system access mode ?! I'am in
> doubt now ...
>
> Thanks .
>
> PS: is there a way to log (syslog) svnserve access control checks ? or
> more generaly log svnserve globally ?
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 20 16:24:15 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.