]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/post-commit/discussion.mdwn
9dcf91bea97b84c929abf6d3ba4962c8b11eb4c6
[git.ikiwiki.info.git] / doc / post-commit / discussion.mdwn
1 Hi Joey and many thanks for your work on ikiwiki, as usual you give us a very good soft...
3 I want to be able to edit my website from a navigator (with the CGI) and
4 from my favorite editor on my laptop. I have managed to use the subversion wrapper
5 so I have write a post-commit hook with : 
7     cd /~/wikisrc/ 
8     svn up
9     /usr/bin/ikiwiki --setup ../ikiwiki.setup
11 at the end.
13 This configuration works for me, the svn wrapper doesn't seems to
14 do the svn up stuff so I wonder if I've missed something...
16 Regards.