up vote 0 down vote favorite
share [g+] share [fb]

I have a svn repository I have checked out and have in my local hard disk. Now, how do I import this into Eclipse? When I choose File->Import and choose SVN, there is only an option to checkout a project from the server again. File->New project seems to be for projects we are creating new projects from scratch. Kindly point out the option for what I need...

Thanks, Sundar

link|improve this question

You probably know this, but there's no restriction on the number 'working copies' you can make from a repository. There's no harm in checking out again (unless you're really concerned about bandwidth usage). – hexium Nov 9 '09 at 6:13
feedback

migrated from superuser.com Nov 9 '09 at 6:10

This question came from our site for computer enthusiasts and power users.

1 Answer

up vote 2 down vote accepted

"Import..." the existing project then "Share..." the project. The Subversive (or SubClipse) client will realize that the project has a .svn folder and reattach to the repository.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.