]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/ikiwiki.setup_require_blank_rcs_to_work_as_cgi_only.mdwn
web commit by http://ethan.betacantrips.com/: found another one
[ikiwiki.git] / doc / bugs / ikiwiki.setup_require_blank_rcs_to_work_as_cgi_only.mdwn
index be69707dfbf839cf604ba9fad5fa8b521daac3e1..a914bcc3e74735fd8ec15338498d6d0aa981d029 100644 (file)
@@ -1,11 +1,18 @@
 I have a mobile setup of ikiwiki.
 
-On my server, I set up an ikiwiki + svn
-On my laptop, I did a check out of the svn and used it as the src of a local ikiwiki (local apache server)
+On my server, I set up an ikiwiki + svn
+On my laptop, I did a check out of the svn and used it as the src of a local ikiwiki (local apache server)
 
 I wanted to be able to change my wiki off line with cgi only, and just commit as I come back online.
 
 During the laptop setup, I think that the setup was confused by the fact that my src directory is a versionned one.
-I had to setup explicitely rcs = "" to force it to work the way I wanted.
+I had to setup explicitely rcs => "" to force it to work the way I wanted.
+
+Should it be documented ?
+
+> after some tests, the main trouble with this setup is that it won't make the "svn add" for the new files.
+> I wonder what should be the setup if I want to use ikiwiki off line on the laptop and then commit back the changes, 
+> without having to take care of the new files before svn commit-ting...
+> --hb (hugues)
+
 
-Should it be documented ?
\ No newline at end of file