Thursday, December 3, 2009

Checkout SVN project with subclipse

To beging working on an Eclipse project that is stored in Subversion, do the following:

  • File > New > Project ...
  • Checkout from SVN
  • Choose "Select/Create Location"
  • Enter URL of repository/directory, "Next >"
  • Use tree display to pick project directory where ".settings" root of the source tree exists, "Next >"
  • Enter project information (Project name, workspace location, allow local obstructions)
  • "Finish" to allow it to check everything out.
That's it. Easy as pie.

No comments:

Post a Comment