简体   繁体   English

如何查看已运行的TortoiseSVN svn命令的历史记录?

[英]How to see history of TortoiseSVN svn commands which have been run?

TortoiseSVN is very useful for simplifying the process of using subversion. TortoiseSVN对于简化使用Subversion的过程非常有用。

However if you switch to linux and just want to use the command line it would be useful to see the commands that you have run with TortoiseSVN to see how you would run the equivalent steps at the command line. 但是,如果您切换到linux并只想使用命令行,则查看使用TortoiseSVN运行的命令以了解如何在命令行中运行等效步骤将非常有用。

So is there a log or a setting in TortoiseSVN that allows you to see the svn commands that have been run? 那么TortoiseSVN中是否有日志或设置可让您查看已运行的svn命令?

You can not display the svn command line that you have run with TortoiseSVN for the simple and good reason that TortoiseSVN does not run any svn command. 您不能显示已使用TortoiseSVN运行的svn命令行,原因很简单,即TortoiseSVN不运行任何svn命令。
However you have description of equivalence between TortoiseSVN actions and svn command lines here: " Command Line Interface Cross Reference ". 但是,您在这里对TortoiseSVN操作和svn命令行之间的等效性进行了描述:“ 命令行界面交叉参考 ”。 The important note is the following: 重要说明如下:

Even though there are CLI equivalents to what TortoiseSVN does, remember that TortoiseSVN does not call the CLI but uses the Subversion library directly. 即使存在与TortoiseSVN等效的CLI,也请记住TortoiseSVN不会调用CLI,而是直接使用Subversion库。

For info, you have possibility to see the TortoiseProc command (not the svn command) just before you run them. 有关信息,您可以在运行它们之前查看TortoiseProc命令(而不是svn命令)。 In the settings window, select Advanced, find the setting called Debug and set it to true. 在设置窗口中,选择“高级”,找到名为“调试”的设置并将其设置为true。 Not useful if you switch to Linux. 如果您切换到Linux,则没有用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM