0

I think the documentation is confusing. I have my working environment preferences uploaded to eclipse.org, and now I want to download it to my home machine, with Eclipse Oxygen. How can I do that? "Synchronize now" seems to upload instead of download.

WesternGun
  • 11,303
  • 6
  • 88
  • 157

1 Answers1

1

It is not currently possible to download remote preferences from eclipse.org to your local Eclipse installation. There is an open Eclipse bug on that very issue:

Bug 476019 - Support synchronization of local user preferences with a remote service

The bug is unresolved but its status is ASSIGNED, so hopefully that feature will be included in some future release of Oomph. It seems that there are legal and privacy issues associated with its implementation, apart from the purely technical aspect.

There is also code for the bug on GitHub, but it doesn't appear to have been touched for a couple of years.

(And I agree that the Oomph documentation is confusing.)

skomisa
  • 16,436
  • 7
  • 61
  • 102
  • Well, "legal concern", sigh. I think all technical effort must stop at where the lawyers stand. But at least I can export all preferences by `export`. So not a big issue. But... I think we have now store the user data on Eclipse.org, as far as I am concerned... I can see my data there.... – WesternGun Jan 15 '18 at 08:28
  • And at current time, I have seen eclipse.org is saving my data in their site... because every time I use Oomph I am requested my email and password to save data there. So I think it is no more a problem... anyway. – WesternGun Feb 19 '18 at 15:21