views:

69

answers:

1

Is there a way to view what commands are being executed by TortoiseSVN? There are a few things that I'd like to write a hook for on check-in that I only know how to do in Tortoise. It would be helpful if I could see what commands Tortoise was executing to create my hooks.

+1  A: 

TSVN does not call the command line client. So there usually is no exact equivalent. But, there's this chapter in the docs, and the progress dialog shows you the command and parameters in plain text as the first line.

Stefan