Ben Collins-Sussman [u] wrote on 05/08/2004 21:59:
> On Thu, 2004-08-05 at 14:52, Sven Mueller wrote:
>
>
>>As you can see, the user parameter ($3) is actually passed to the script
>>(if not, the svn:log would move up into the USER parameter), but empty.
>
> This simply means that the server never sent an authentication challenge
> to the client. It's the same reason it's possible to end up with
> revisions that have no 'svn:author' property. No authentication means
> no username to store.
As requested, here are the configuration lines in httpd.conf:
# Enable subversion access
<IfModule mod_dav.c>
<IfModule mod_dav_svn.c>
<Location /svn>
DAV svn
SVNParentPath /var/repositories
#SVNAutoversioning on
AuthzSVNAccessFile /usr/local/subversion/conf/SVNaccess
Satisfy Any
Require valid-user
AuthType Basic
AuthName "Leogic Subversion access"
AuthUserFile /usr/local/subversion/conf/htpasswd
</Location>
</IfModule>
</IfModule>
Here the lines from SVNaccess:
[groups]
admin=aj,to,sm,mk,cl
ro_admin=cms,ep,mn
#
#
[admin:/]
@admin=rw
@ro_admin=rw
le=rw
root=r
*=r
Any more information you need?
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 5 22:18:36 2004