From: https://launchpad.net/~beaufils Date: Mon, 22 Jun 2015 10:36:45 +0000 (-0400) Subject: removed X-Git-Tag: 3.20160121~146 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/c6cdcd281bbbe66a53fe4afe23aaeb57198b857d?ds=inline;hp=b98c4a9e034f24d4571edea053fe42b1b2b8fabb removed --- diff --git a/doc/forum/Need_something_more_powerful_than_Exclude/comment_7_20cbbe48ab7abe63ea28ab4b051440a2._comment b/doc/forum/Need_something_more_powerful_than_Exclude/comment_7_20cbbe48ab7abe63ea28ab4b051440a2._comment deleted file mode 100644 index 4153b5b81..000000000 --- a/doc/forum/Need_something_more_powerful_than_Exclude/comment_7_20cbbe48ab7abe63ea28ab4b051440a2._comment +++ /dev/null @@ -1,37 +0,0 @@ -[[!comment format=mdwn - username="https://launchpad.net/~beaufils" - nickname="beaufils" - subject="*Bug* is still there and I have the same need" - date="2015-06-22T10:16:59Z" - content=""" -I am not sure if that is a bug or a feature, but it is annoying and definitively related to this post: - - $ echo A >src/get - $ echo A >src/noget - - $ ikiwiki src out - $ cat out/noget - A - - $ ikiwiki src out --exclude noget - $ cat out/noget - A - - $ ikiwiki src out --exclude noget --rebuild - $ cat out/noget - A - - $ rm out/noget - rm : remove file «out/noget» ? y - - $ ikiwiki src out --exclude noget - $ cat out/noget - cat: cannot access out/noget: No such file or director - -I am really confused with the exclude feature. - -Is there a way to make ikiwiki consider that a file in the `srcdir` should not be present in the `destdir` and thus removed if present? - --- [[bbb]] - -"""]]