diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-25 02:37:14 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-25 02:37:14 +0000 |
commit | eeae24f6c7977e66cbadb7e956ca319b6556a627 (patch) | |
tree | 7a56508f75ce1cb390d14569c63b7c1529f7ea30 /doc/bugs/pruning_is_too_strict.mdwn | |
parent | 38cf0a665f889cad3fe9e316d0b20be20a7a1b0a (diff) | |
download | ikiwiki-eeae24f6c7977e66cbadb7e956ca319b6556a627.tar ikiwiki-eeae24f6c7977e66cbadb7e956ca319b6556a627.tar.gz |
web commit by EthanGlasserCamp: bug description
Diffstat (limited to 'doc/bugs/pruning_is_too_strict.mdwn')
-rw-r--r-- | doc/bugs/pruning_is_too_strict.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/pruning_is_too_strict.mdwn b/doc/bugs/pruning_is_too_strict.mdwn new file mode 100644 index 000000000..93090dcb2 --- /dev/null +++ b/doc/bugs/pruning_is_too_strict.mdwn @@ -0,0 +1,3 @@ +ikiwiki compiles my wiki successfully. But the svn post-commit hook it installs doesn't work at all. Instead of rendering the files, it deletes their rendered versions. The reason is that the src directory, /home/.kelli/glasserc/wikiwc, matches the prune regexp, so no files in the wiki get added to @files. + +I think the prune regexp would be more useful if it was only used to check the relative path from the src root to a file in the wiki.
\ No newline at end of file |