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

RE: no author when anonymous access is read-only

From: Kevin Williams <kevin_w69_at_hotmail.com>
Date: 2004-03-16 18:45:02 CET

You don't have an entry in your authzSVN file limiting all others to
read-only.

See http://svnbook.red-bean.com/html-chunk/ch06s04.html#svn-ch-6-sect-4.4.2
for the full skinny.

>From: Greg Martyn <gmartyn@verizon.net>
>To: users@subversion.tigris.org
>Subject: no author when anonymous access is read-only
>Date: Tue, 16 Mar 2004 12:29:15 -0500
>
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>Could someone help me understand why SVN log is reporting (no author) when
>my
>repository is read-only to anonymous users?
>
>I had to login to perform the initial import, but svn log shows that that
>commit was performed by (no author).
>
>I read the FAQ at http://subversion.tigris.org/project_faq.html#no-author,
>but
>that suggests that anonymous users have write access.
>
>Here is part of my httpd2.conf
>- ---------------------------------------
> <Location /svn/>
> DAV svn
> SVNParentPath /home/SVNRepositories
>
> # our access control policy
> AuthzSVNAccessFile /etc/httpd/svnacl.conf
>
> # try anonymous access first, resort to real
> # authentication if necessary.
> Satisfy Any
> Require valid-user
>
> # how to authenticate a user
> AuthType Basic
> AuthName "Subversion repository"
> AuthUserFile /etc/httpd/passwd
> </Location>
>- ---------------------------------------
>
>..and here is /etc/httpd/svnacl.conf
>- ---------------------------------------
>[CareCircle:/]
>* = r
>Greg = rw
>Gallick = rw
>
>[www:/]
>* =
>Greg = rw
>
>[My Documents:/]
>* =
>Greg = rw
>- ---------------------------------------
>
>Any help is appreciated.
>
>Thanks,
>Greg Martyn
>-----BEGIN PGP SIGNATURE-----
>Version: GnuPG v1.2.4 (GNU/Linux)
>
>iD8DBQFAVzluTbK6opmKUmoRArjNAKCbXUwYRuiCKkcaJG6e7BOE++FI4QCgqfnP
>9VCQZs3rN2kI967I6LpSy58=
>=0OtA
>-----END PGP SIGNATURE-----
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: users-help@subversion.tigris.org
>

_________________________________________________________________
Learn how to help protect your privacy and prevent fraud online at Tech
Hacks & Scams. http://special.msn.com/msnbc/techsafety.armx

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 16 18:45:33 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.