I've successfully installed Subclipse through Eclipse's Help > Install New Software....

When I go to Java perspective > Package Explorer view > Team > Share Project and select SVN, I get:

org.tigris.subversion.javahl.ClientException: svn: The path '\path\to\project' appears to be part of Subversion 1.7 (SVNKit 1.4) or greater

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Seems a problem with version mismatch, get a proper version of subclipse

From subclipse site:

News

Subversion 1.7.0 Support Subclipse 1.8.x releases are now available and includes support for Subversion 1.7.0 including the new WC-NG format.

You might have to uninstall the previous version of subclipse (and SVNKit) before installing the new version.

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.