• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Migrating Eclipse to Intellij (with Subversion)

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've been using Eclipse for several months with the Subversive plugin for Subversion version control. Intellij has been recommended to me.

Is it easy to migrate an Eclipse workspace with 5 Subversion-linked projects to Intellij? What is the procedure in outline?
 
author
Posts: 149
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello John,

You can find a how-to on migrating Eclipse projects to IntelliJ IDEA at http://www.jetbrains.com/idea/documentation/eclipseToIDEA.html .

Subversion should not be an issue when migrating - IntelliJ IDEA uses the standard Subversion working copy format, so you will only need to specify Subversion as the version control system used by the project (Settings | Project Settings | Version Control), and it will pick up the rest of the settings automatically.
 
reply
    Bookmark Topic Watch Topic
  • New Topic