diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-28 17:10:27 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-28 17:10:27 +0000 |
commit | bc4cf601a00c448fae1009229f2eb920821aed6d (patch) | |
tree | 62cf44d5f22807033716da7252253a3c524028ed | |
parent | d385cb126612c2a62111791d3f493a16e7f87e30 (diff) |
web commit by JeremyReed: ,v files in source?
-rw-r--r-- | doc/index/discussion.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/index/discussion.mdwn b/doc/index/discussion.mdwn index 643e6452c..6f7c0d6f9 100644 --- a/doc/index/discussion.mdwn +++ b/doc/index/discussion.mdwn @@ -242,3 +242,16 @@ Any setting to disable having a discussion of a discussion? The [[features]] page says every page, but I don't want every page. I do want discussion subpage, but I don't want to have, for example: discussion/ discussion/ discussion. -- [[JeremyReed]] + +---- + +# wiki\_file\_regexp and RCS ,v files + +I have RCS ,v files in my source directory. But get many "skipping bad filename" warnings. + +Also I don't see wiki\_file\_regexp documented. Because it is used with $config{wiki\_file\_regexp} I assume it can be set in the ikiwiki.setup. +I added a comma to it in my IkiWiki.pm in the defaultconfig(). But that was wrong (so I reverted back), because then the ,v files were copied to my www tree. + +What is the correct way to include ,v RCS revision files in my source tree without receiving the "bad" messages and without copying over to www tree? + +-- [[JeremyReed]]
\ No newline at end of file |