user1016403
user1016403

Reputation: 12621

not able to find svn options in eclipse?

I have imported a maven project. i did some modifications and need to check in. i have subclipse installed in my eclipse. but when i right click on the project, i could not find the options like commit, synchronize with repository..etc..

i am seeing only two options on right cliking on the project. they are :

Team ----> **apply patch** and **share project** 

if i select share project, i am getting below error:

svn: The path 'D:\myproject_space' appears to be part of a Subversion 1.7 or greater
working copy.  Please upgrade your Subversion client to use this
working copy.

How can i get the other features?

Thanks!

Upvotes: 1

Views: 1371

Answers (2)

doublesharp
doublesharp

Reputation: 27599

To use SVN 1.7 you will need to install Subclipse 1.8 by adding the following to your list of Update Sites: http://subclipse.tigris.org/update_1.8.x

Upvotes: 2

Eugene Kuleshov
Eugene Kuleshov

Reputation: 31795

To support Subversion 1.7 and corresponding working copy format you need to install Subclipse 1.8.x. See Downloads tab on Subclipse web site.

Upvotes: 2

Related Questions