Sebastien FERRAND
Sebastien FERRAND

Reputation: 2150

Eclipse SVN client (Subclipse) sync issue

I have installed eclipse php (Neon.2 Release (4.6.2)) with subversive (4.0.2) plugin.

When trying team synchronizing, I've got 2 issues :

  1. The arrows icons (which gives a preview of what's to push and what to pull) disappear after 1 second.

This issue was solved by doing the following :

Install PDT addon v2.2.1 using "Install New Software" Select Heliosn update site (http://download.eclipse.org/releases/helios) then use filter "PDT" to display only PDT, and select "PHP Development Tools (PDT) SDK Feature" then install

  1. When double clicking on a .php to see what has changed, it's blank. Any other files work properly though.

Upvotes: 0

Views: 308

Answers (2)

Sebastien FERRAND
Sebastien FERRAND

Reputation: 2150

My PDT (Php plugin for eclipse) was broken.

I decided to install eclipse Lunar latest release, then installed latest subversion Lunar plugin and connectors, and it all worked out.

Upvotes: 0

Daniel Nuss
Daniel Nuss

Reputation: 491

1- I have neon 2 + PDT and the problem is gone disabling:

"window/preference/general/appearance/label decorations/PHP Project Explorer Decorator"

and close and reopen team synchronizing perspective

2- To resolve this problem "help/install new software" and use (nightly builds) http://download.eclipse.org/tools/pdt/updates/latest-nightly/ and install all items, bug reported here.

I hope that helps.

Upvotes: 1

Related Questions