Aug
25
SVN AUTO UPDATING A DEV SERVER ON COMMIT
August 25, 2013 | 1 Comment
My goal here was to update a dev server anytime I commit a file. The simpliest way to do that seemed to create a post-commit hook. The difficulty though, came from file ownership and user issues. Basically, the post-commit script is executed as Apache : www-data on debian. And this user, on my setup, didn’t […]