aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/ikiwiki.setup_require_blank_rcs_to_work_as_cgi_only.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-01-22 20:10:57 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-01-22 20:10:57 +0000
commitc811fe2c0910d28ad5a9d4a2a4ade5d2785c13a6 (patch)
tree26bf2f2657cd9379d5b54dc27f60b0a2d6748825 /doc/bugs/ikiwiki.setup_require_blank_rcs_to_work_as_cgi_only.mdwn
parent03283101968509cbcec949164efa8f85a7f02390 (diff)
downloadikiwiki-c811fe2c0910d28ad5a9d4a2a4ade5d2785c13a6.tar
ikiwiki-c811fe2c0910d28ad5a9d4a2a4ade5d2785c13a6.tar.gz
response
Diffstat (limited to 'doc/bugs/ikiwiki.setup_require_blank_rcs_to_work_as_cgi_only.mdwn')
-rw-r--r--doc/bugs/ikiwiki.setup_require_blank_rcs_to_work_as_cgi_only.mdwn17
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/bugs/ikiwiki.setup_require_blank_rcs_to_work_as_cgi_only.mdwn b/doc/bugs/ikiwiki.setup_require_blank_rcs_to_work_as_cgi_only.mdwn
index 518aea138..f7050735b 100644
--- a/doc/bugs/ikiwiki.setup_require_blank_rcs_to_work_as_cgi_only.mdwn
+++ b/doc/bugs/ikiwiki.setup_require_blank_rcs_to_work_as_cgi_only.mdwn
@@ -10,6 +10,11 @@ I had to setup explicitely rcs => "" to force it to work the way I wanted.
Should it be documented ?
+>> `rcs => ""` is only needed with ikiwiki before version 1.37. As of 1.37,
+>> you have to manually enable a `rcs => "svn"` etc to get it to use a
+>> revision control system. So no, I don't need to document the `rcs => ""`
+>> thing. --[[Joey]]
+
> 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...
@@ -25,4 +30,14 @@ Should it be documented ?
>>> Well, by hand editing is just what I'm making sometime. it's just using subversion, in fact.
>>> But, yes, someone told me about git, which seems to allow what you are describing. In fact, my needs are typically
>>> that I want to have 2 ikiwiki web-frontend on two (or more) different machines, with one machine sometimes off-line.
->>> Imagine a team of auditor that want to report and collaborate on a wiki, but are not allways connected. \ No newline at end of file
+>>> Imagine a team of auditor that want to report and collaborate on a wiki, but are not allways connected.
+
+>>>> I don't use svk, I just let the ikwiki on my laptop update a source
+>>>> directory that's a subversion checkout, and I manually commit changes
+>>>> back to the central wiki using svn. Yes, this does include manually
+>>>> adding new files. It would be possible to hack the svn module so that it
+>>>> added new files, but did not ever try to commit. Maybe call that a halfsvn
+>>>> module or something.
+>>>>
+>>>> Of course git may be a better fit. It would also be possible to add
+>>>> svk support to ikiwiki, although I've not done it yet. --[[Joey]]