eclipse svn不显示提交人、提交时间的问题

最近eclipse换到最新的mars版本,装了svn插件subversive后,拉下项目后发现都不显示提交人了,以前都不这样的呀,新版不一样了么?

后来网上搜索总算找到方法解决:

Window-->Preferences-->Team-->SVN-->Lable decorations

                    点击右侧text decorations选项卡

                    文件格式:{added_flag}{dirty_flag}{name} {revision}  {date}  {author}

                    文件夹修饰:{external_flag}{added_flag}{dirty_flag}{name} 

                    项目修饰:{dirty_flag}{name} [{url_short}]          

扫描二维码关注公众号,回复: 1851074 查看本文章

猜你喜欢

转载自www.cnblogs.com/tashaxing/p/9258419.html