Hi all,
I've got Subversion 1.0.1 running on a FreeBSD 4.9 STABLE machine, with
Apache 2.0.48 and OpenSSL 0.9.7d.
Everything is great, except that all my "author" fields are empty. Note,
they don't say "(no author)", they simply don't have anything in them!
Subversions is currently setup to deny anonymous access, and require a
valid login for checkout and checkin. In my Apache config file
(ssl.conf) I have:
------------------------------------------------------------
<Location /svn>
DAV svn
SVNParentPath /usr/local/svn
AuthzSVNAccessFile /etc/svn_access.conf
Satisfy Any
Require valid-user
AuthType Basic
AuthName "Staff Access Only"
AuthUserFile /etc/httpd_access
</Location>
------------------------------------------------------------
The /etc/httpd_access file contains valid users, while
/etc/svn_access.conf contains:
------------------------------------------------------------
[groups]
staff = andrew, etc...
[docs:/]
* =
@staff = rw
------------------------------------------------------------
When I browse my Subversion repository with a web browser (over
https://), it correctly asks for my username and password, and lets me
in when I supply it, and denies me when I get it wrong.
Similarly, if I use TortoiseSVN to checkout a repository trunk, it
requires my username/password to do so. When I check in a file, I see
the following in my Apache logs:
------------------------------------------------------------
ipaddr - - [01/Apr/2004:08:00:30 +0000] "OPTIONS
/svn/docs/trunk/Performance%20Testing%20and%20Tuning/Graphing%20Script
HTTP/1.1" 401 542
ipaddr - andrew [01/Apr/2004:08:00:32 +0000] "OPTIONS
/svn/docs/trunk/Performance%20Testing%20and%20Tuning/Graphing%20Script
HTTP/1.1" 200 188
ipaddr - - [01/Apr/2004:08:00:32 +0000] "MKACTIVITY
/svn/docs/!svn/act/e9ebe87a-6309-ad4d-894e-4009431bf6cf HTTP/1.1" 201
368
ipaddr - andrew [01/Apr/2004:08:00:32 +0000] "PROPFIND
/svn/docs/trunk/Performance%20Testing%20and%20Tuning/Graphing%20Script
HTTP/1.1" 207 493
ipaddr - - [01/Apr/2004:08:00:32 +0000] "PROPFIND
/svn/docs/!svn/vcc/default HTTP/1.1" 207 400
ipaddr - - [01/Apr/2004:08:00:33 +0000] "CHECKOUT /svn/docs/!svn/bln/141
HTTP/1.1" 201 384
ipaddr - - [01/Apr/2004:08:00:33 +0000] "PROPPATCH
/svn/docs/!svn/wbl/e9ebe87a-6309-ad4d-894e-4009431bf6cf/141 HTTP/1.1"
207 355
ipaddr - andrew [01/Apr/2004:08:00:33 +0000] "PROPFIND
/svn/docs/trunk/Performance%20Testing%20and%20Tuning/Graphing%20Script
HTTP/1.1" 207 506
ipaddr - andrew [01/Apr/2004:08:00:33 +0000] "CHECKOUT
/svn/docs/!svn/ver/141/trunk/Performance%20Testing%20and%20Tuning/Graphi
ng%20Script/README.txt
HTTP/1.1" 201 452
ipaddr - andrew [01/Apr/2004:08:00:33 +0000] "PUT
/svn/docs/!svn/wrk/e9ebe87a-6309-ad4d-894e-4009431bf6cf/trunk/Performanc
e%20Testing%20and%20Tuning/
Graphing%20Script/README.txt HTTP/1.1" 204 -
ipaddr - andrew [01/Apr/2004:08:00:34 +0000] "MERGE
/svn/docs/trunk/Performance%20Testing%20and%20Tuning/Graphing%20Script
HTTP/1.1" 200 791
ipaddr - - [01/Apr/2004:08:00:34 +0000] "DELETE
/svn/docs/!svn/act/e9ebe87a-6309-ad4d-894e-4009431bf6cf HTTP/1.1" 204 -
------------------------------------------------------------
So, it looks to me like Apache is getting the user information from my
checkins - just not recording it.
Can any help me track down why this is?
TIA!
Cheers,
--
Andrew Hill
andrew@awarez.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 1 10:38:53 2004