Question
I changed Topic several times but the view topic page only show r1.1
I did find changes thru rlog command. Not sure if we are missing somethings in Twiki.cfg
Environment
--
KevinLee - 25 May 2005
Answer
folding changes within a certain period of time is a "feature". You can force every save to be a new revision number by editing
lib/TWiki.cfg and setting
$doKeepRevIfEditLock=0; however, diffs won't be as nice. see also
ForceNewRevisionCheckBox for discussion of further development
--
WillNorris - 26 May 2005
After changing the setting to 0, I still see r1.1 in Topic window. Should we have to restart web server to make twiki config changes in place?
--
KevinLee - 26 May 2005
Set $doKeepRevIfEditLock=0 and restarted web server, but
TopicView is still showing r1.1 (rlog shows 1.14), can someone pls help?
--
KevinLee - 01 Jun 2005
please review the
SupportGuidelines and
attach your
TWiki.cfg and the output of
testenv
--
WillNorris - 01 Jun 2005
TWiki does not create a new revision for a one hour window (by default) to prevent unecesary revisions.
Your case seems to be be different since rlog shows a higher revision number. The
testenv output shows that the rcs settings are fine. The only thing I can think off is that the ,v files are not readable by the cgi-user
getpmd, or that the
diffCmd setting in
TWiki.cfg is not correct.
--
PeterThoeny - 02 Aug 2005