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

anonymous access works only partially

From: Gabor Szabo <gabor_at_perl.org.il>
Date: 2004-10-04 15:54:44 CEST

Hi,

I am trying to provide anonymous read access to one of
the repositories (the source of the http://perl.org.il web site)
but I obviously missed something.

Anonymous web browsers can view the repository but
checking out with the "svn co" asks for authentication.
(BTW After authentication it works well.)

I have this in the Apache config:

<Location /svn>
  DAV svn
  SVNParentPath /var/subversion/repos
  AuthzSVNAccessFile /var/svn/access

  Satisfy Any
  Require valid-user
  AuthType Basic
  AuthName "Subversion repository"
  AuthUserFile /var/svn/passw
</Location>

and this in the access file:

[/]
* =
gabor = rw

[perl.org.il:/]
* = r
gabor = rw
offer = rw

The URL is
http://svn.pti.co.il/svn/perl.org.il/

Can anyone point me to the problem, please ?
How can I enable anonymous users to check out the repository ?

Gabor

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 4 15:55:44 2004

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.