简体   繁体   English

Python 打开 TortoiseSVN SVN 日志弹出 window 用于存储库

[英]Python open TortoiseSVN SVN log popup window for a repository

I have TortoiseSVN installed in my windows machine.我的 windows 机器上安装了 TortoiseSVN。 Using the command line operation I am able to get the svn log data for a repository.使用命令行操作,我可以获得存储库的 svn 日志数据。 but I want to open the "svn show log" popup window for the repository instead of this method.但我想打开存储库的“svn show log”弹出窗口 window 而不是这种方法。 using python I wanna invoke the svn show log popup for a repository.使用 python 我想为存储库调用 svn 显示日志弹出窗口。 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.注意:出于保密目的隐藏数据。 在此处输入图像描述

You can automate TortoiseSVN UI using TortoiseProc.exe with the /command:log option.您可以使用带有/command:log选项的TortoiseProc.exe自动化 TortoiseSVN UI。 Here is an example:这是一个例子:

TortoiseProc.exe /command:log /path:https://svn.apache.org/repos/asf/subversion/trunk/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM