views:

2829

answers:

2

Hi,

I have a folder on C drive which is already checked out from SVN. In somewhere in that folder, I have a eclipse project folder. It is already on svn repository.

I started eclipse, imported that project but I am not sure how to connect it to svn. When I was working on a cvs repository, eclipse cvs discovered its setting when I tried to share it. How can I do this with subversive?

Regards, Burak

A: 
Rich Seller
+1  A: 

Right click on the project name to bring up the context menu. Select Team -> Share Project...

See here in the Subversive FAQ.

Mark