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.

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

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.

link|improve this answer
{url} did it! I'd prefer a PATH var without the project name... – marcolopes Feb 28 at 5:05
feedback

I use the subversive plugin for eclipse and it's shown by default.

link|improve this answer
That's not my case... i get the PROJECT NAME (inside brackets) – marcolopes May 23 '11 at 14:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.