Question
Whenever a new topic is created, the protection on the newly created file is set to
-r--r--r--. This messes up the revision logging when the topic is changed. The error log says
ci: %FILENAME%: No such file or directory
Everything seems to work if I change the protection to
-rw-r--r--.
Perhaps I made an error when applying the
RcsNonStrictLocking patch?
- TWiki version: 01 Sep 2001
- Web server: Apache/1.3.20 (Darwin)
- Server OS: Mac OS X 10.1
- Web browser: Mac Internet Explorer
- Client OS: Mac OS 9
--
JonReid - 15 Nov 2001
Wait, the error log would seem to indicate that the problem is that the
FILENAME variable isn't being expanded to its value. What could be causing that? ...I'm not so sure that the file protection has anything to do with this.
--
JonReid - 16 Nov 2001
File protection does not seem to be the problem, since I set up a cron job to periodically set all protections to
-rw-r--r--. I am moving my question to
RCSNotTrackingChangesOrViews which more closely reflects the real problem: no revision logging.
--
JonReid - 28 Nov 2001
Answer
Topic revision: r5 - 2001-11-29
- JonReid