Question
When clicking on "refs" button at the bottom of the page, I get an empty result window and the following error appears in the apache log:
[Wed Mar 07 17:37:25 2001] [error] [client 216.39.170.247] rlog:
k:/apache/twiki/data/TWiki/RCS/TWikiWeb.txt: No such file or directory
I'm not at all sure why it's looking in the
RCS subdir, which does not exist. The file "TWikiWeb.txt" does exist in twiki/data/TWiki though.
I suppose i've not set up rcs correctly, but don't know what to do to fix it.
- TWiki version: Dec 2000
- Web server: Apache 1.3.17
- Server OS: Windows NT Workstation 4.0sp6
--
DavidLeBlanc - 07 Mar 2001
Answer
Not sure what the problem is.
RCS has a search path, given the source file, it searches for the repository file in the same directory and a
RCS subdirectory (can't remember which one fist). Check the
RCS docs and you will find out. You might need to tweak some
RCS switches in wikicfg.pm for your
RCS version on Windows. TWiki creates the repository files in the same directory like the source file, so in your example
k:/apache/twiki/data/TWiki/TWikiWeb.txt (text file)
k:/apache/twiki/data/TWiki/TWikiWeb.txt,v (it's repository file)
--
PeterThoeny - 07 Mar 2001