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
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
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
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
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 --