ikiwiki/doc/bugs/svn_post-commit_wrapper_can...

3 lines
347 B
Plaintext
Raw Normal View History

2006-09-25 03:48:53 +02:00
If you're using ikiwiki without installing it, the svn post-commit wrapper will die (in a difficult-to-debug way) when it tries to execute ikiwiki.pl because it can't find IkiWiki.pm.
I'm not sure how to fix this in a secure way. For now I'm just changing use lib '.' in ikiwiki.pl to point to the hard-coded directory where ikiwiki was unpacked.