X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/b26b1d51ab4e71fb04674815c6b08f401ec22993..134226eb645759de6448a6e15d604a2351cfb7a5:/doc/bugs/Problem_with_editing_page_after_first_SVN_commit.mdwn diff --git a/doc/bugs/Problem_with_editing_page_after_first_SVN_commit.mdwn b/doc/bugs/Problem_with_editing_page_after_first_SVN_commit.mdwn index 04ecd4417..3d59c7fb8 100644 --- a/doc/bugs/Problem_with_editing_page_after_first_SVN_commit.mdwn +++ b/doc/bugs/Problem_with_editing_page_after_first_SVN_commit.mdwn @@ -115,3 +115,34 @@ Where is my mistake? >>>>>>> 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 + +>>>>>>>>>>> Joey, I think I've just fixed the permission, but my ikiwiki still +>>>>>>>>>>> doesn't update my `.ikiwiki/index` file. Could you please explain me +>>>>>>>>>>> when ikiwiki calls `saveindex()` subroutine? My ikiwiki doesn't do it +>>>>>>>>>>> when I create a new page and save it or when I update and save +>>>>>>>>>>> a existing page. It does it only when I run +>>>>>>>>>>> `ikiwiki --setup ikiwiki.setup` and I'm desperated... + +>>>>>>>>>>> BTW, where should I store my `ikiwiki.setup` file? It must be placed +>>>>>>>>>>> under `$srcdir/.ikiwiki/` directory or it doesn't matter? +>>>>>>>>>>> Does `ikiwiki.cgi` wrapper know where the `ikiwiki.setup` file +>>>>>>>>>>> is stored? --Pawel + +Sorry I am not indenting for my reply (in my browser the responses are very narrow.) + +I also had problem with no webpages getting generated via the CGI unless I ran ikiwiki to regen manually. +I can't find the discussion here about in the ikiwiki website though. I think it was removed and now I can't find it in the history. +My problem was caused by not having a revision system defined, so it defaulted to subversion (but I didn't have that installed). + +As for your .setup file you can put it anywhere. I don't think the CGI knows where it is at because its settings are set in the "wrapper". +In my case, my setup file is in a different home and owned by a different user than the CGI or my generated website. By the way, I also don't keep my .ikiwiki private directory in my source directory by setting wikistatedir (which doesn't seem to be documented). + +--[[JeremyReed]] \ No newline at end of file