Python open TortoiseSVN SVN log popup window for a repository

Question:

I have TortoiseSVN installed in my windows machine. Using the command line operation I am able to get the svn log data for a repository. but I want to open the "svn show log" popup window for the repository instead of this method. using python I wanna invoke the svn show log popup for a repository. Any help would be greatly appreciated.

Attached an image of what I am able to achieve, vs what I need.
Note: Data hidden for confidentiality purposes.

Asked By: Surya Tej

||

Answers:

You can automate TortoiseSVN UI using TortoiseProc.exe with the /command:log option. Here is an example:

TortoiseProc.exe /command:log /path:https://svn.apache.org/repos/asf/subversion/trunk/
Answered By: bahrep
Categories: questions Tags: ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.