Re: [Cvslog] r25781 - /lyx-devel/trunk/src/LyXAction.cpp

2008-07-22 Thread Pavel Sanda
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

Re: [Cvslog] r25781 - /lyx-devel/trunk/src/LyXAction.cpp

2008-07-21 Thread Uwe Stöhr
> 1. does "rm -f" works in windows? Not here. regards Uwe

Re: [Cvslog] r25781 - /lyx-devel/trunk/src/LyXAction.cpp

2008-07-21 Thread Pavel Sanda
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

Re: [Cvslog] r25781 - /lyx-devel/trunk/src/LyXAction.cpp

2008-07-21 Thread rgheck
2. do windows shell understand the construction of "command 2>somefile" ? http://technet.microsoft.com/en-us/library/bb490982(TechNet.10).aspx rh

Re: [Cvslog] r25781 - /lyx-devel/trunk/src/LyXAction.cpp

2008-07-21 Thread rgheck
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 + *

Re: [Cvslog] r25781 - /lyx-devel/trunk/src/LyXAction.cpp

2008-07-21 Thread Pavel Sanda
[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