From: joey Date: Thu, 28 Dec 2006 17:10:27 +0000 (+0000) Subject: web commit by JeremyReed: ,v files in source? X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/bc4cf601a00c448fae1009229f2eb920821aed6d web commit by JeremyReed: ,v files in source? --- 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