Steve Finkelstein wrote:
> Hi all,
>
> I'm currently stuck in a situation where developers like to check out
> directly to a development Document Root with a PHP script.
>
> The major problem with this is the fact that the document root needs
> to give the Apache user full permissions to write to the directory --
> and that's begging for trouble.
>
> Does anyone have any best practices they use that they can share to
> allow web developers to update web directories with repository stored
> code? Anything besides giving them root on the servers would work for
> me.
Use a set-user-id script that does the update on behalf of the server.
Make the script run as the user who has write access already.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-13 04:57:40 CET