Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Display current branch name in Eclipse/Subclipse

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.

like image 906
user1158264 Avatar asked Jan 19 '12 11:01

user1158264


1 Answers

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}]

like image 162
Funky coder Avatar answered Nov 08 '22 18:11

Funky coder