Cilenco
Cilenco

Reputation: 7179

Synchroize Eclipse workspace

I'm searching for a method to synchroize my Eclipse workspace. I have an apache server from Strato with PHP, SQL databeses, FTP and so on. There I want to store my projects. Is there an Eclipse plugin (maybe in conjunction with a web CMS or something else) with which I can synchronize my whole workspace to my other workstations?

Upvotes: 1

Views: 63

Answers (1)

Bananeweizen
Bananeweizen

Reputation: 22080

Always use project settings instead of workspace preferences. Then use a version control system and check-in your code and your project settings.

Sharing a workspace on multiple machines works only by chance. The .metadata is machine specific. So if you have different operating systems, different Eclipse installations, different Java runtimes, you will run into dubious errors.

Found only one similar question, but there have been more.

Upvotes: 1

Related Questions