Eclipse:如何显示项目的SVN存储库?
我在 Eclipse 上有很多 Java 项目,并且使用不同的 SVN 存储库。
当一个项目被共享时,我想知道它使用哪个 SVN 存储库。 (附加在项目名称前面?...)
有简单的方法吗?
注意:我使用“Package Explorer”视图。
I have quite a few Java projects on Eclipse and i use different SVN repositories.
When a project is Shared, i would like to know which SVN repository it uses. (appended in front of the project name?...)
Is there a simple way to do it?
NOTE: I use the "Package Explorer" View.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您使用 SVN 插件,请转到 windows ->偏好->团队-> SVN -> 标签装饰
在文本选项卡中,对于项目格式,添加应该执行的变量“url_short”。
If you are using SVN plugin then go to windows -> preferences -> Team -> SVN ->Label Decorations
In the text tab, for project format add variable 'url_short' that should do.
另外,您可能需要在“常规”>“外观”>“标签装饰”中启用“SVN”
Also, you might need to enable 'SVN' in General>Appearance>Label Decorations
我使用 eclipse 的 subversive 插件,它是默认显示的。
I use the subversive plugin for eclipse and it's shown by default.