]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/bugs/Problem_with_editing_page_after_first_SVN_commit.mdwn
web commit by http://ethan.betacantrips.com/
[git.ikiwiki.info.git] / doc / bugs / Problem_with_editing_page_after_first_SVN_commit.mdwn
index b332a47c648100c85ebaac58f27e971fdf451d1f..1132a495770bd4b19b35379b9c8acd46f1f66658 100644 (file)
@@ -100,3 +100,8 @@ Where is my mistake?
 >>>> What do you think about it? Does it look good? My ikiwiki runs
 >>>> under control of Apache2 server and it's configured to run
 >>>> as `www-data` user and `www-data` group. --Pawel
+
+>>>>> It's a bit weird to run ikiwiki as www-data. This means that www-data
+>>>>> can write to your subversion repository? And the svn post-commit hook
+>>>>> _also_ runs as www-data? It certianly could be some permissions issue
+>>>>> that is not being reported properly. --[[Joey]]