diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-03 22:55:50 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-03 22:55:50 +0000 |
commit | a1e7197cd24bd1ba147656c03126b6abf02c0fd3 (patch) | |
tree | 3a79b5f9223b465f41f4f0f75d67ef167186b112 | |
parent | 3b5f0e6ce91639155222e723c1890fb5ea9f9e6f (diff) |
web commit by DjoumeSALVETTI
-rw-r--r-- | doc/post-commit/discussion.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/post-commit/discussion.mdwn b/doc/post-commit/discussion.mdwn new file mode 100644 index 000000000..9dcf91bea --- /dev/null +++ b/doc/post-commit/discussion.mdwn @@ -0,0 +1,16 @@ +Hi Joey and many thanks for your work on ikiwiki, as usual you give us a very good soft... + +I want to be able to edit my website from a navigator (with the CGI) and +from my favorite editor on my laptop. I have managed to use the subversion wrapper +so I have write a post-commit hook with : + + cd /~/wikisrc/ + svn up + /usr/bin/ikiwiki --setup ../ikiwiki.setup + +at the end. + +This configuration works for me, the svn wrapper doesn't seems to +do the svn up stuff so I wonder if I've missed something... + +Regards.
\ No newline at end of file |