SID-00145: Error saving topic in windows
| Status: |
Answered |
TWiki version: |
4.2.4 |
Perl version: |
5.8.8 |
| Category: |
CategoryError |
Server OS: |
Windows Vista |
Last update: |
16 years ago |
I try to run TWiki under Vista on WAMP system. Everything works fine (search, logins, page viewing) except for saving documents and attaching files (just the same):
this always results in this error:
Error saving topic During save of
Main an error was found by the version control system. Please notify your TWiki administrator.
E:/xxx/bin/rcs.exe -i -t-none -kb %FILENAME|F% of .../WebHome/test.png failed:
Go back in your browser and save your changes locally.
--
CorneliusHerzog - 02 Mar 2009
Discussion and Answer
In configure, check the path of all the
{RCS}{.....Cmd} settings. The path needs to match the actual location of your rcs commands (is it
E:/xxx/bin ?).
--
PeterThoeny - 02 Mar 2009
hi peter,
actually i just changed it in the output up there. but paths are all totally fine.
$TWiki::cfg{RCS}{initBinaryCmd} = 'E:/wos1/bin/rcs.exe -i -t-none -kb %FILENAME|F%';
$TWiki::cfg{RCS}{initTextCmd} = 'E:/wos1/bin/rcs.exe -i -t-none -ko %FILENAME|F%';
$TWiki::cfg{RCS}{tmpBinaryCmd} = 'E:/wos1/bin/rcs.exe -kb %FILENAME|F%';
$TWiki::cfg{RCS}{ciCmd} = 'E:/wos1/bin/ci.exe -m%COMMENT|U% -t-none -w%USERNAME|S% -u %FILENAME|F%';
$TWiki::cfg{RCS}{ciDateCmd} = 'E:/wos1/bin/ci.exe -m%COMMENT|U% -t-none -d%DATE|D% -u -w%USERNAME|S% %FILENAME|F%';
$TWiki::cfg{RCS}{coCmd} = 'E:/wos1/bin/co.exe -p%REVISION|N% -ko %FILENAME|F%';
$TWiki::cfg{RCS}{histCmd} = 'E:/wos1/bin/rlog.exe -h %FILENAME|F%';
$TWiki::cfg{RCS}{infoCmd} = 'E:/wos1/bin/rlog.exe -r%REVISION|N% %FILENAME|F%';
$TWiki::cfg{RCS}{rlogDateCmd} = 'E:/wos1/bin/rlog.exe -d%DATE|D% %FILENAME|F%';
$TWiki::cfg{RCS}{diffCmd} = 'E:/wos1/bin/rcsdiff.exe -q -w -B -r%REVISION1|N% -r%REVISION2|N% -ko --unified=%CONTEXT|N% %FILENAME|F%';
$TWiki::cfg{RCS}{lockCmd} = 'E:/wos1/bin/rcs.exe -l %FILENAME|F%';
$TWiki::cfg{RCS}{unlockCmd} = 'E:/wos1/bin/rcs.exe -u %FILENAME|F%';
$TWiki::cfg{RCS}{breaklockCmd} = 'E:/wos1/bin/rcs.exe -u -M %FILENAME|F%';
$TWiki::cfg{RCS}{delRevCmd} = 'E:/wos1/bin/rcs.exe -o%REVISION|N% %FILENAME|F%';
$TWiki::cfg{RCS}{SearchAlgorithm} = 'TWiki::Store::SearchAlgorithms::Forking';
$TWiki::cfg{RCS}{QueryAlgorithm} = 'TWiki::Store::QueryAlgorithms::BruteForce';
$TWiki::cfg{RCS}{EgrepCmd} = 'E:/wos1/bin/grep.exe -E %CS{|-i}% %DET{|-l}% -H -- %TOKEN|U% %FILES|F%';
$TWiki::cfg{RCS}{FgrepCmd} = 'E:/wos1/bin/grep.exe -F %CS{|-i}% %DET{|-l}% -H -- %TOKEN|U% %FILES|F%';
--
CorneliusHerzog - 02 Mar 2009
I am not that familiar on Windows install. May be someone else can help.
Alternatively, instead of RcsWrap try the RcsLite for {StoreImpl}, it is a native Perl implementation of
RCS.
--
PeterThoeny - 02 Mar 2009
peter, that worked! thanks.
--
CorneliusHerzog - 04 Mar 2009
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.