Python open TortoiseSVN SVN log popup window for a repository

Viewed 155

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.

1 Answers
Related