How to make TortoiseSVN / TortoiseGit show the executed command?

后端 未结 2 617
甜味超标
甜味超标 2020-12-17 14:36

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 i

相关标签:
2条回答
  • 2020-12-17 15:20

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

    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.

    enter image description here

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

    0 讨论(0)
  • 2020-12-17 15:22

    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.

    0 讨论(0)
提交回复
热议问题