在 Eclipse/Subclipse 中显示当前分支名称

发布于 2024-12-27 20:02:18 字数 138 浏览 1 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

靑春怀旧 2025-01-03 20:02:18

默认情况下,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}]

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文