简体   繁体   中英

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

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

  2. Change the directory to your Project of which you want to see the log messages

  3. Enter the following command

    svn log

This will print the log messages.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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