在 Eclipse/Subclipse 中显示当前分支名称
我在 Eclipse 中设置了一个项目,它使用 Subclipse 链接到我们的 SVN 存储库。有没有办法在项目旁边显示我所在的当前分支的名称。我确定我以前见过这个,但现在不存在了,而且我无法找到如何在任何地方打开此功能。希望你能帮忙。
谢谢。
I have a project set-up within Eclipse which is linked to our SVN repository using Subclipse. Is there a way to display the name of the current branch I'm in next to project. I'm sure I've seen this before but it's not there now and I can't find out how to switch this feature on anywhere. Hope you can help.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
默认情况下,subclipse 将在 Package Explorer 视图内的项目名称旁边显示当前分支信息(在方括号中)。
这可以在窗口 -> 中自定义。首选项窗口位于以下位置:
团队 -> SVN->标签装饰(文本选项卡)->项目格式
如果您因某种原因丢失了默认设置,则为:
{dirty_flag}{name} [{url_short}]
By default subclipse will present the current branch info (in square brackets) next to the project name inside the Package Explorer view.
This is customizable inside the Window -> Preferences window under the following location:
Team -> SVN -> Label decorations (Text tab) -> Project Format
If you somehow lost your default setting, here it is:
{dirty_flag}{name} [{url_short}]