简体   繁体   English

如何查看乌龟SVN中的提交日志?

[英]How to see logs of commit in tortoise svn?

如何查看Torvise SVN中的提交日志?

Just follow these simple steps 只需按照以下简单步骤

Open Windows Explorer =>> Right Click on the Folder =>> Go to Tortoise Svn =>> Show Logs 打开Windows资源管理器= >>右键单击文件夹= >>转到Tortoise Svn = >>显示日志

Now, in open window you can see the commits and files are showed below the commit block. 现在,在打开的窗口中,您可以看到提交和文件显示在提交块下方。

Apart from the above method you can also check the log messages using the Command Prompt. 除上述方法外,您还可以使用命令提示符来检查日志消息。

You can follow the below steps 您可以按照以下步骤

  1. Open run utility by pressing WindowsKey+R and enter "cmd" to run the Command Prompt 通过按WindowsKey + R打开运行实用程序,然后输入“ cmd”以运行命令提示符

  2. Change the directory to your Project of which you want to see the log messages 将目录更改为要查看其日志消息的项目

  3. Enter the following command 输入以下命令

    svn log svn日志

This will print the log messages. 这将打印日志消息。

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

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