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

Re: WebSVN using PHP

From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: 2007-04-05 15:54:03 CEST

Hi, I think you've got the wrong mailing list; this list is about the
development of subversion itself. For general help with subversion,
try the users list: users@subversion.tigris.org.

On 4/5/07, Lisa Sheckleford <Lisa.Sheckleford@arm.com> wrote:
> Hi
>
> I am using subversion 1.4.3 and using WebSVN - repository viewer using
> PHP.
>
> I am having problems with WebSVN, and group authentication within the
> access file. For example, part of my access file looks something like
> this:
>
> [groups]
> group-developer = lsheckle, rherring, dgerman
>
> svnadm = @group-developer
>
> [/admin]
> * =
> @svnadm = r
>
>
> However, the authentication fails for /admin here and therefore denies
> access to @svnadm group. The problem seems to be within functions
> hasReadAccess and function inList in auth.inc. This only appears to work
> and recognise groups set up in this format:
>
> [groups]
> group-developer = lsheckle, rherring, dgerman
>
> [/admin]
> * =
> @group-developer = r
>
>
>
> Is this a known problem and can anybody help, I've not used a lot of
> PHP.
>
> Thanks,
>
> Lisa
>
>
> --
> IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 5 15:54:22 2007

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

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