Question
I am getting follwoing error occasionaly while saving a topic. Anybody has any idea?
Attention
Error Svaing Page
During save of DDF.RiskManagement an error was found by version control system. Please notify your
TWiKi administrator.
usr/bin/ci -q -m%COMMENT|U% -t -none -w%USERNAME|S% -u %FILENAME|F% of /etc/http/twiki/data/DDF/RiskManagement.txt failed:
Go back in your browser and save your change locally
Environment
--
GauravSharma - 02 Mar 2006
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
I have the same problem since I've migrated from a server who works perfectly... Any idea?
--
IvanNunez - 02 Mar 2006
That is probably an
RCS lock issue. See
TWikiUpgradeGuide#Manual_Upgrade_Procedure
--
PeterThoeny - 02 Mar 2006
I had the same problem, and it was indeed fixed by the info in the upgrade manual - thanks!
The one problem was that the upgrade manual says to run the commands:
-
find data -name '*,v' -exec rcs -r -u -M '{}' \;
-
find pub -name '*,v' -exec rcs -r -u -M '{}' \;
On our Fedora Core 4 system, rcs doesn't take a
-r argument. Removing that made everything happy, though.
Thanks!
--
NicMcPhee - 10 Mar 2006