diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-17 05:03:21 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-17 05:03:21 +0000 |
commit | 85ccb15da18f69127382c235e4eb5bf7cedb0da7 (patch) | |
tree | fb5b81ddfa82957cbbf67d98f91a3c49efd0b82b | |
parent | 9aba6b21537e6f10f0a709ce3b0f0bd6354daa45 (diff) | |
download | ikiwiki-85ccb15da18f69127382c235e4eb5bf7cedb0da7.tar ikiwiki-85ccb15da18f69127382c235e4eb5bf7cedb0da7.tar.gz |
resp
-rw-r--r-- | doc/index/discussion.mdwn | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/index/discussion.mdwn b/doc/index/discussion.mdwn index 986fec00a..e96bdee35 100644 --- a/doc/index/discussion.mdwn +++ b/doc/index/discussion.mdwn @@ -194,6 +194,17 @@ I'm playing around with various ways that I can use subversion with ikiwiki. * Is it possible to have ikiwiki point to a subversion repository which is on a different server? The basic checkin/checkout functionality seems to work but there doesn't seem to be any way to make the post-commit hook work for a non-local server? +> This is difficult to do since ikiwiki's post-commit wrapper expects to +> run on a machine that contains both the svn repository and the .ikiwiki +> state directory. However, with recent versions of ikiwiki, you can get +> away without running the post-commit wrapper on commit, and all you lose +> is the ability to send commit notification emails. + * Is it possible / sensible to have ikiwiki share a subversion repository with other data (either completely unrelated files or another ikiwiki instance)? This works in part but again the post-commit hook seems problematic. ---[[AdamShand]]
\ No newline at end of file +--[[AdamShand]] + +> Sure, see ikiwiki's subversion repository for example of non-wiki files +> in the same repo. If you have two wikis in one repository, you will need +> to write a post-commit script that calls the post-commit wrappers for each +> wiki. |