vote up 1 vote down star
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.

flag

75% accept rate
You can just get the TSVN sources, compile them and insert whatever tracing you need. – sharptooth Sep 9 at 13:38

1 Answer

vote up 1 vote down check

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.