使用特殊的URL,也可以从一个WEB页面调用TortoiseProc。
TortoiseSVN registers a new protocol tsvncmd: which can be used to create hyperlinks that execute TortoiseSVN commands. The commands and parameters are the same as when automating TortoiseSVN from the command line.
svncmdURL格式如下
tsvncmd:command:cmd?parameter:paramvalue?parameter:paramvalue
with cmd being one of the allowed commands, parameter being the name of a parameter like path or revision, and paramvalue being the value to use for that parameter. The list of parameters allowed depends on the command used.
下列命令可以使用tsvncmd: URLs:
:update:commit:diff:repobrowser:checkout:export:blame:repostatus:revisiongraph:showcompare:log:propertiesA simple example URL might look like this:
<a href="tsvncmd:command:update?path:c:\svn_wc?rev:1234">Update</a>
or in a more complex case:
<a href="tsvncmd:command:showcompare? url1:https://svn.code.sf.net/p/stefanstools/code/trunk/StExBar/src/setup/Setup.wxs? url2:https://svn.code.sf.net/p/stefanstools/code/trunk/StExBar/src/setup/Setup.wxs? revision1:188?revision2:189">compare</a>