2012/10/16 Andy Levy <andy.l...@gmail.com>

> You cannot allow anonymous commits if you want to capture the
> committer's name. IOW, you need to require authentication and that
> requires that you prompt for a password (also, consider this: if you
> don't enforce passwords, a malicious user can commit things to the
> repository and impersonate someone else - do you *really* want a
> complete lack of accountability?). See
>
> http://svnbook.red-bean.com/en/1.7/svn.serverconfig.httpd.html#svn.serverconfig.httpd.authn
>

Thanks, in fact my user is already checked.
I found a configuration which works:

        AuthType Basic
        AuthName Jenkins
        AuthBasicProvider anon
        Anonymous *
        Require valid-user

Solved, thanks for you help.

Reply via email to