vote up 1 vote down star

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

flag

75% accept rate

2 Answers

vote up 0 vote down

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

See here in the Subversive FAQ.

link|flag
vote up 0 vote down

This is how it's done with Subclipse, if I remember correctly the process is similar in Subversive because they both use the Team API.

Right-click on the project, select Team->Share Project...

Then select SVN as the SCM provider, then follow the wizard to completion.

Update: according to this installation guide, Subversive does follow the same approach. If you haven't already set up your Subversion repository, the Wizard will prompt you to do so as in the screenshot below. The settings are the same as you would ordinarily use to connect to Subversion.

share project wizard screenshot

link|flag

Your Answer

Get an OpenID
or

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