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

no author when anonymous access is read-only

From: Greg Martyn <gmartyn_at_verizon.net>
Date: 2004-03-16 18:29:15 CET

-----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
Received on Tue Mar 16 18:30:04 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.