]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/ikiwiki.setup_require_blank_rcs_to_work_as_cgi_only.mdwn
web commit by http://ethan.betacantrips.com/: wishlist request
[git.ikiwiki.info.git] / doc / bugs / ikiwiki.setup_require_blank_rcs_to_work_as_cgi_only.mdwn
1 I have a mobile setup of ikiwiki.
3 * On my server, I set up an ikiwiki + svn
4 * On my laptop, I did a check out of the svn and used it as the src of a local ikiwiki (local apache server)
6 I wanted to be able to change my wiki off line with cgi only, and just commit as I come back online.
8 During the laptop setup, I think that the setup was confused by the fact that my src directory is a versionned one.
9 I had to setup explicitely rcs => "" to force it to work the way I wanted.
11 Should it be documented ?
13 > after some tests, the main trouble with this setup is that it won't make the "svn add" for the new files.
14 > I wonder what should be the setup if I want to use ikiwiki off line on the laptop and then commit back the changes, 
15 > without having to take care of the new files before svn commit-ting...
16 > --hb (hugues)