Vincent van Ravesteijn wrote: > For using TortoiseSVN, the following commands are needed. (Maybe something > for on a wiki page if it exists):
or Customization.lyx. > Commit: > vc-command DS "." "TortoiseProc /command:commit /path:$$p" > > Revert: > vc-command DR "." "TortoiseProc /command:revert /path:$$p" > > Checkout (does not really work yet): > vc-command R "." "TortoiseProc /command:checkout /path:$$p" don't be decieved by the terminology, you want svn update and not checkout. svn checkout is now completely out of the lyx VC scope... > Some general comments on the LFUN: > > + R - Reload - reload the document after command execution \n > ... > + if (buffer && contains(flag, 'R') && !ensureBufferClean(view())) > + break; > ... > + if (contains(flag, 'R')) > + reloadBuffer(); > > I think and prefer that the first of these two should check for a flag 'S' > (or something else different from R). whats wrong with R :) ? > If you use $$p with no document open, the $$p will end up in the command. > Isn't it possible to open a FileDialog to be able to specify the path then. > Or at least give an error message that there is something wrong. feel free to propose patch or change the docs... pavel