andrea
andrea

Reputation: 521

In eclipse, what are the numbers in brackets beside files checked out from svn?

I have several java projects checked out from svn which I view through eclipse (Version: Kepler Service Release 2 Build id: 20140224-0627). The svn information is displayed to the right of the project name (and alongside each individual file).

Some projects also have a number in brackets alongside (to the right of) the svn information (and so do some files within that project - the number beside the project being the sum of those beside the individual files)

Intuitively I want to say the numbers represent server side changes that I need to bring down to my local workspace but they don't change or disappear if I do an svn update.

Does anyone know what they mean?

Upvotes: 3

Views: 1735

Answers (1)

greg-449
greg-449

Reputation: 111218

It may not be SVN information, any plugins can add a 'label decoration'.

Look in 'Preferences > General > Appearance > Label Decorations' to see the enabled decorations.

Look in 'Preferences > Team > SVN > Label Decorations' to see the exact format of SVN label decorations.

Upvotes: 4

Related Questions