[EMAIL PROTECTED] wrote: > Author: sanda > Date: Tue Jul 22 02:04:03 2008 > New Revision: 25781 > > +/*! > + * \var lyx::FuncCode lyx::LFUN_VC_REVERT > + * \li Action: Reverts the document to the last check-in/commit in VCS. > + * \li Syntax: vc-revert > + * \li Origin: Lgb, 1 Jul 1997 > + * \endvar > + */ > { LFUN_VC_REVERT, "vc-revert", ReadOnly, System },
while reviewing the code of LFUN_VC_REVERT of CVS i came to a very strange construction: doVCCommand("rm -f " + fil + "; cvs update " + fil,... 2 question to windows herd: 1. does "rm -f" works in windows? 2. do windows shell understand the construction of "command 2>somefile" ? pavel