This page is here to test the operation of the post-commit hook when a file is committed to the project's static html directory. I might see more now that I've connected a post-commit hook to the repository. And now I need a change to see what a change in the html directory looks like. Change and change again. post-commit-update is written. Let's see if it activates properly. It'll probably help if I actually invoke it from post-commit. And get something approaching correct file permissions. Wait. I'll get it. And once more, with svn_hook_t in place and SELinux in enforcing mode. After blowing away the old checkout owned by apache. Turns out 'svn update' would like to write to /tmp. Tried files_rw_generic_tmp_dir but that's not quite sufficient to create from thin air. Try files_manage_generic_tmp_files. That last commit looked good. Confirm by removing html/coin-or/test and starting from scratch. And then an update. And now, do it again after a reboot. And their are ownership issues. Blow away the existing content and see what happens.