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

Re: Can't access Collection of Repositories page

From: javajohn <javajohn_at_cox.net>
Date: Fri, 4 Sep 2009 06:28:01 -0700

On Aug 31, 2009, at 1:08 AM, Lynn Lin wrote:

> All,
>
> I setup subversion server with apache2 under windows and
> Linux,I encounter the problem "Can't access Collection of
> Repositories" page (SVNParentPath)
>
> the dav_svn.authz file content:
>
> [/] *=r
> [project1:/]
> lynn = rw
>
>

Perhaps you have to have a newline after [/]?:

[/]
* = r
[project:/]
lynn = rw

These types of errors can be difficult to spot.

-----
John

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2391016

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-04 15:30:22 CEST

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.