| [news.eclipse.platform] Re: How to copy Eclipsed configuration from one pc to another? |
On Fri, 22 Jun 2007 09:29:03 -0400, Eric Rizzo wrote: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.
I've looked through the FAQ's, and don't see any mention of workspaces being specific to a machine. Can you point this out?
Eric