Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SVN-connected project not showing version info in eclipse

I've imported existing project from SVN repository, but it won't show version information for the elements:

no version numbers

That is strange to me because:

  1. Import passed w/o an error,
  2. The Team menu looks just like for normal, SVN-connected project.

yet, Team menu is looking like the project is on SVN


Here are my installation details:

enter image description here

like image 857
Saran Avatar asked Jul 18 '11 13:07

Saran


People also ask

Why is Eclipse SVN Team menu not showing all options?

You have you run 'Team > Share Project...' to tell SVN that this project is an SVN project before you can do anything else. Once you have set up the sharing the other menu items will appear.

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.

Where is SVN repository in Eclipse?

#1) Right-click on the project folder in the project explorer, and click on Team -> Share. #2) In the following window, select SVN and click next. #3) The next window will ask you for your SVN repository URL and credentials, enter that and click finish to add and commit.

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.


1 Answers

Are SVN Label decorations enabled in Preferences: General/Appearance/Label Decorators?

If yes, then check the settings at Team/SVN/Label Decorations.

like image 94
Zoltán Ujhelyi Avatar answered Sep 30 '22 23:09

Zoltán Ujhelyi