• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

How to export Project Sets in Eclipse (without CVS)?

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I'm looking for a way to import a set of projects into Eclipse similar to how MS Visual Studio (C++)v6 handles workspaces (.dsw).

I've looked into Eclipse's Project Sets, however, they require the project to be "shared" - which requires a CVS repository.

Unfortunately, my team and I are using Perforce.

Ideally, I would like a way to import and export a set of projects independant of the source code control that I am using.

Any ideas?
 
reply
    Bookmark Topic Watch Topic
  • New Topic