Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse SVN client (Subclipse) doesn't show status icons on files

I've been using Eclipse PHP since quite a while with Subclipse, but suddenly, the tiny icons which appear before the files in the PHP Explorer and Navigator don't appear any more.

I've already re-installed Eclipse and the Subclipse plugin, to no avail.

I am using Subclipse for SVN and the functionality seems to be working just fine, just the icons don't appear.

It's quite tough to manually remember which files I've edited/updated if I don't see these icons.

Has anyone seen anything like this before? (I am on Ubuntu 10.04 (Lucid Lynx).)

like image 518
Aman Alam Avatar asked Sep 16 '11 06:09

Aman Alam


People also ask

How do I open subclipse in eclipse?

Installing Subclipse In Eclipse, go to "Help » Install New Software..." from the toolbar. We are currently running Subversion version 1.10. x, so you need to place the link http://subclipse.tigris.org/update_1.10.x in the "Work with" field and press Enter. Select "Subclipse" and click the "Next" button.

How do I view SVN history in eclipse?

This view is accessed via the Team > Show in Resource History context menu. Alternatively, to activate this view, choose Window > Open View > Other... and select SVN ... SVN Resource History View.

What is synchronize with repository SVN eclipse?

Synchronize with Repository is something similar to svn status -u , but even more. It will open a Synchronize tab (or perspective) that displays overview of your local (outgoing) modifications versus repository (incoming) modifications.

Where is SVN repository in Eclipse?

Test SVN Repository in EclipseClick on the other option, scroll the menu, and Select SVN Repository Exploring. Now, we can explore the SVN repository. Here we can create, checkout, and explore the existing repository in Eclipse.


1 Answers

Search the preference menu Window > Preferences for "Decoration", and make sure general > appearance > label decoration > SVN is checked. Also, check options under Team > SVN > Label Decorations. You may need to disable and re-enable these settings for them to work again.

like image 86
Sajid Avatar answered Sep 24 '22 23:09

Sajid