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

newby: svn + apache = no author

From: Alexander Rind <alexander.rind_at_kremsresearch.at>
Date: 2005-04-21 09:42:23 CEST

Hi!

I've just started to set up an Subversion environment and tried some stuff,
but when I look at the log it doesn't show an author.

On the client I use TortoiseSVN 1.1.5 on a WinXP machine.
The server is Subversion 1.1.4 on FC3.

Access via Apache 2 web server:

<Location /svn>
  DAV svn
  SVNPath /home/svn
  SSLRequireSSL
  AuthType Basic
  AuthName "TRC Versionsmanagement"
  AuthUserFile /etc/httpd/svn-auth-file
  Require valid-user
</Location>

In the Subversion book I found a similar FAQ, which recommends to enforce
authentication.
But here I'm doing authentication ...?

Thanks for your help!
Alexander Rind

        

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 21 09:44:45 2005

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.