Re: LFUN for user-cusotmizable vc-commands #2

2009-01-16 Thread Pavel Sanda
Vincent van Ravesteijn wrote: > I just forgot adding 'update', but it is basically the same. And I was > trying to add a checkout command. It works quite well, except that LyX does > not which file top open. Maybe we would like another flag indicating that > we should automatically open a FileOp

Re: LFUN for user-cusotmizable vc-commands #2

2009-01-16 Thread Vincent van Ravesteijn
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 updat

Re: LFUN for user-cusotmizable vc-commands #2

2009-01-16 Thread Pavel Sanda
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:rever

Re: LFUN for user-cusotmizable vc-commands #2

2009-01-16 Thread Vincent van Ravesteijn
attached the new patch. pavel Some notions from a happy user (=me). For using TortoiseSVN, the following commands are needed. (Maybe something for on a wiki page if it exists): Commit: vc-command DS "." "TortoiseProc /command:commit /path:$$p" Revert: vc-command DR "." "TortoiseProc /c

Re: LFUN for user-cusotmizable vc-commands #2

2009-01-12 Thread Pavel Sanda
Richard Heck wrote: >> +LYXERR(Debug::LYXVC, "Directory: " << path); >> +FileName pp(path); >> +support::PathChanger p(pp); >> >> > Is some kind of error checking needed here? i dont see easy way. attached the new patch. pavel diff --