ATHER
ATHER

Reputation: 3384

Java Eclipse Git team-->(sub menu for git) lost

I am new to JAVA Eclipse and while working with my workspace, i had to delete everything and recreate my workspace from GIT. Now i was able to download the latest code and its compiling but i lost the sub items for the team menu which show up when you right click on project workspace in package explorer.

Please note Git perspective is working fine as shown here in figure.

Git Pespective WORKS FINE....But packageExplorer-Team-menu NOT WORKING enter image description here

enter image description here

Upvotes: 0

Views: 2293

Answers (2)

ATHER
ATHER

Reputation: 3384

OK i figured it out. I lost this menu because i imported my project into my workspace using File-->Import-->Maven--> Existing Maven Project.

When i tried following, Team menu started showing up.

Import--->Git---->Project from Git. ( specify the git repository and import your project )

Now i can see Team--> all git menu options.

Importing the same project using git perspective did't solve this issue.

Upvotes: 1

Jabberwock
Jabberwock

Reputation: 256

Please verify that the path of your working copy is the same than the path of your project in package explorer view. Maybe it's not the same folder.

Upvotes: 0

Related Questions