On 17 Aug 2001, Lars Gullik [iso-8859-1] Bj�nnes wrote:
> Antonio Gulino <[EMAIL PROTECTED]> writes:
> | "Undo last check in" I don't know what he does.
>
> Have a look at what LyX really does:
>
> void RCS::undoLast()
> {
> lyxerr[Debug::LYXVC] << "LyXVC: undoLast" << endl;
> doVCCommand("rcs -o" + version() + " \""
> + OnlyFilename(owner_->fileName()) + "\"",
> owner_->filepath);
> }
> | Outside LyX I know (a little bit) how use RCS. But with LyX?
> | So, my question is:
> | How use the "Version Control" in LyX?
>
> It is supposed to be only a _simple_ frontend to RCS (and CVS), more
> advanced features of the VC systems should be done manually.
OK, OK !
But, only another question:
"rcs -o" + version()
? is it the same like
rcs -o1.4
if the current version is 1.4 ?
Because, if it is so, I don't understand why he do nothing.
rcs -o1.4 mean that the version 1.4 are deleted.
But on LyX nothing is happen
Conclusion: I can't understand (grrrr)
ciao, antonio