Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why is eclipse SVN team menu not showing all options?

Tags:

eclipse

svn

I'm new to eclipse IDE. I've made some changes in the code and want to checkin/commit my changes to svn. But when I right click on a project and choose team option, I don't see options like commit, update, etc. I've searched on internet about the problem and tried following options,

  1. unistalling & reinstalling subversive - svn team provider
  2. starting eclipse with -Djava.util.Arrays.useLegacyMergeSort=true but nothing worked for me.

Please see following image for more info. SVN Team menu not working as expected

More details about eclipse IDE, which I'm using, are as follows, Version: Luna Service Release 1 (4.4.1) Build id: 20140925-1800

I'm on windows 8.1 64 bit machine, if it matters. If anything else is required to solve the error, please let me know.

like image 270
Abhishek Avatar asked Jan 29 '15 05:01

Abhishek


People also ask

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.

How do I open SVN Repository Exploring perspective in Eclipse?

Go to the SVN Repository perspective by clicking "Window » Open Perspective » Other » SVN Repository Exploring", and open your SVN repository.

What is SVN Connector for Eclipse?

The Subversive plug-in is developed as an Eclipse official project with an EPL license and is distributed from the Eclipse website. A Subversive SVN Connector uses a SVN library to communicate with SVN repositories. Currently, there is only the connector which uses the SVNKit library.


2 Answers

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.

like image 56
greg-449 Avatar answered Oct 12 '22 23:10

greg-449


Try to import the original project as an SVN Project (through File>Import...) directly from the repository (use a new project name if you get conflicts). Verify that the Team menu is working for this project.

like image 43
Yiannis Dermitzakis Avatar answered Oct 13 '22 00:10

Yiannis Dermitzakis