You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Greg Martyn <gm...@verizon.net> on 2004/03/16 17:29:15 UTC

no author when anonymous access is read-only

-----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


Re: no author when anonymous access is read-only

Posted by Sander Striker <st...@apache.org>.
On Tue, 2004-03-16 at 18:29, Greg Martyn wrote:
> -----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).

This turned out to be a bug, exposed by this config.  See issue 1786:
  http://subversion.tigris.org/issues/show_bug.cgi?id=1786


Sander


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org