How to make TortoiseSVN / TortoiseGit show the executed command?

时光总嘲笑我的痴心妄想 提交于 2019-12-18 04:36:05

问题


Tortoise GUI clients are cool, but they don't really help to understand, how versioning woks and what happens "behind the scenes". And understanding such things is very important, especially for Git. (OK, the best way is working on the command line...)

Is there a ssetting in ToroiseSVN / TortoiseGit to show the command that has just been executed? Or maybe a commands log?


回答1:


In TortoiseSVN you can enable this by enabling debug. If you Right-Click in your explorer and use TortoiseSVN -> Settings.

In the settings window, select Advanced, find the setting called Debug and set it to true. This will give you a popup with the command/s about to be executed just before you run them.

More about the advanced settings in TortoiseSVN: http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-settings.html#tsvn-dug-settings-registry




回答2:


The TortoiseSVN doc has a section "Command Line Interface Cross Reference".

But don't forget the info box at the top:

Even though there are CLI equivalents to what TortoiseSVN does, remember that TortoiseSVN does not call the CLI but uses the Subversion library directly.



来源:https://stackoverflow.com/questions/19962054/how-to-make-tortoisesvn-tortoisegit-show-the-executed-command

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!