X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/eeae24f6c7977e66cbadb7e956ca319b6556a627..9fe42ec59db174f2e16b2216991c486112df8c71:/doc/bugs/pruning_is_too_strict.mdwn diff --git a/doc/bugs/pruning_is_too_strict.mdwn b/doc/bugs/pruning_is_too_strict.mdwn index 93090dcb2..ee954e4bc 100644 --- a/doc/bugs/pruning_is_too_strict.mdwn +++ b/doc/bugs/pruning_is_too_strict.mdwn @@ -1,3 +1,12 @@ 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 +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. + +> I agree with this feature wish. Here is a _first cut_ +> implementation for this feature. +> +> --[[roktas]] + +[[bugs/Done]], and sorry it took so long to apply --[[Joey]] + +> Thank you! -- Ethan \ No newline at end of file