2012/10/16 Andy Levy
> 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
> r
On Mon, Oct 15, 2012 at 5:37 PM, Gautier DI FOLCO
wrote:
> 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
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:
DAV svn
SVNParentPath /www/sv