Reputation: 9287
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.
Upvotes: 3
Views: 11073
Reputation: 111
Also, you might need to enable 'SVN' in General>Appearance>Label Decorations
Upvotes: 11
Reputation: 578
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.
Upvotes: 11