On Fri, Feb 7, 2014 at 6:17 AM, Axel Kittenberger <axk...@gmail.com> wrote:

> Hello,
>
> do you know of a way to set a "tunnel user" using apache2 dav svn similar
> to --tunnel-user when accessing via ssh?
>
> That is using one common user to write on the file system but having
> another username appear in the svn logs?
>
> I want the username authenticated via apache2 using pwauth to appear in
> svn logs, but I cannot reasonly change the physical userid of apache2 on
> the fly.
>
>

Apache already works the way you describe.  You do not need a tunnel user,
and one is not supported anyway.

httpd runs as a user, and all OS level read/write is by that user.  It
needs to have permissions to the repository files on disks.  Apache
authenticates users however you have configured it, and the svn:author is
set based on the authenticated user.


-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/

Reply via email to