[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: How to copy Eclipsed configuration from one pc to another?

Fred wrote:
How can I synchronize my Eclipse configuration at work with my
configuration on my home PC?  I tried rsync'ing the following
directories from my PC at work to my home PC:

~/.eclipse
/usr/share/eclipse


Yet when I start Eclipse at home, I'm prompted to select a workspace, even though I have it defined on my work PC. What am I missing?

This is a FAQ - please search the archives before posting a question.
Eclipse workspaces are not designed to be shared between multiple machines. The projects are, but workspaces are specific to a particular machine.
You can use File > Export to export projects and/or Preferences and then import those on another Eclipse installation. Better yet, use a SCM tool like CVS or Subversion.


Hope this helps,
	Eric