]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/Problem_with_editing_page_after_first_SVN_commit.mdwn
web commit by http://ptecza.myopenid.com/: Apology for two commits
[ikiwiki.git] / doc / bugs / Problem_with_editing_page_after_first_SVN_commit.mdwn
index 1132a495770bd4b19b35379b9c8acd46f1f66658..a48e15fa40a8be565eb6a4c6bf33369c90d597c2 100644 (file)
@@ -105,3 +105,21 @@ Where is my mistake?
 >>>>> 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]]
+
+>>>>>> No, my SVN `post-commit` hook runs as `root` (uid) and `www-data` (gid).
+>>>>>> Only `root` user and `src` group have write permissions to my SVN repo.
+
+>>>>>> Could you please show me your permissions for `repodir`, `srcdir`
+>>>>>> and `destdir` and how runs your Apache server? --Pawel
+
+>>>>>>> Ugh, root? My permissions setup is simple, ikiwiki runs as a single
+>>>>>>> user, and that same user can commit to the svn repo and write to
+>>>>>>> all files. --[[Joey]]
+
+>>>>>>>> What's your user? Please show me result of `ls -ld dir` for
+>>>>>>>> directories above :) --Pawel
+
+>>>>>>>>> All my directories are 755 joey:joey. --[[Joey]]
+
+>>>>>>>>>> Thanks! But I have another situation: a multiuser system and a few
+>>>>>>>>>> ikiwiki commiters. --Pawel