简体   繁体   English

在Eclipse中获取同步源时,请参阅svn commit消息/评论。

[英]See svn commit messages/comments when get sync source in eclipse

I work with SVN as source control and commit my codes on it through eclipse. 我使用SVN作为源代码管理,并通过eclipse提交我的代码。 when I go to below path, I see Update/Commit files in Synchronization Tab. 当我转到下面的路径时,我在“同步”选项卡中看到“更新/提交”文件。

Right Click On src of Project >Team > Sync With Repository 右键单击“项目”>“团队”>“与存储库同步”的src

Now my question is, How I can see commit messages/comments in Synchronization Tab in eclipse? 现在我的问题是,如何在Eclipse的“同步”选项卡中看到提交消息/评论

To view comments on every commit to svn, you must do 要查看对svn的每次提交的评论,您必须执行

Right click on your file and go to team > show History 右键单击您的文件,然后转到小组>显示历史记录

then on History tab , you see a table for revisions of this file that contains: 然后在“ 历史记录”选项卡上 ,您会看到此文件的修订表,其中包含:

+----------+------+---------+--------+------------+
| Revision | Date | Changes | Author |   Comment  |
+----------+------+---------+--------+------------+
|          |      |         |        |            |

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

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