Question
ActionTrackerPlugin needs an rlogCmd variable to be set in its Config.pm file. The shipped file sets the variable to "/usr/bin/rlog -d'2026-03-22' %FILENAME%".
Can I use the plugin with rcsLite, and if so, what should I set the variable?
Environment
--
KlausNowikow - 30 Jul 2003
Answer
This very probably means it won't work with
RcsLite, and you'd need to make some code changes to support this, possibly including core code changes. Should really be documented on the plugin page that
RcsLite is not supported.
--
RichardDonkin - 30 Jul 2003
Actually it
should work with
RcsLite, all except the "changedsince" notification feature, which is the only thing it needs
RCS for. All other features are enabled through the plugins interface.
--
CrawfordCurrie - 22 Jan 2004