Pavel Sanda wrote:
> rgheck wrote:
> > probably split this into a call to FileName::removeFile() and then the call
>
> yes fixing it this way seems to be good idea.
done
pavel
> 1. does "rm -f" works in windows?
Not here.
regards Uwe
rgheck wrote:
> probably split this into a call to FileName::removeFile() and then the call
yes fixing it this way seems to be good idea.
pavel
2. do windows shell understand the construction of "command 2>somefile" ?
http://technet.microsoft.com/en-us/library/bb490982(TechNet.10).aspx
rh
Pavel Sanda wrote:
[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
+ *
[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
> + * \endv