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

Forcing the association of the author

From: Gautier DI FOLCO <gautier.difolco_at_gmail.com>
Date: Mon, 15 Oct 2012 23:37:38 +0200

I have an SVN repository requestable via Apache HTTPD Server 2.2.8. I want
to

allow anyone to update or commit on it but I want a committer name. So I
must

force the clients to provide an username but I don't want to check his
password.

I try this:

<Location /svn>
        DAV svn
        SVNParentPath /www/svn
        AuthName "SVN Auth"
        AuthType Basic
        Anonymous_NoUserId off
        Anonymous_MustGiveEmail off
        Anonymous_VerifyEmail off
        Anonymous_LogEmail off
        Require valid-user
</Location>

But it fails.

Have you got on idea on how to do this?

For your help,

Thanks by advance.
Received on 2012-10-15 23:38:13 CEST

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.