Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SVN client integration into Eclipse

I had integrated a Subclipse plugin into the Eclipse to perform SVN related operations.

I had successfully checked-in, checked-out and commited my project to the SVN.

But now when I am trying to commit or update my project, it is showing the following error

org.tigris.subversion.javahl.ClientException: Unsupported working copy format

svn: This client is too old to work with working copy 'D:\EclipseWorkspace\EMSEclipse'; please get a newer Subversion client

I had tried to update the plugin through HELP >> SOFTWARE UPDATES... of the Eclipse but it is saying that the software is up to date and no newer version is available.

Should I switch to some other SVN Client. If yes, then could you please suggest me any other SVN Client for Eclipse?

like image 231
Yatendra Avatar asked Feb 06 '10 16:02

Yatendra


People also ask

What is SVN plugin for Eclipse?

Eclipse is an open-source and free, java-based development platform. It is well known for its excellent plug-ins that allow developers to develop and test code written in different programming languages. Eclipse IDE support built-in integration for Subversion.

How do I open an existing SVN project in Eclipse?

#1) Right-click on the project folder in the project explorer, and click on Team -> Share. #2) In the following window, select SVN and click next. #3) The next window will ask you for your SVN repository URL and credentials, enter that and click finish to add and commit.


1 Answers

Subclipse has different update sites for the 1.4 and 1.6 branches. So if you are using 1.4, it won't have updates. Get the 1.6 update site.

Whenever the subclipse plugin is not sufficient for you, you can download Turtoise SVN - it is a full-featured SVN client.

like image 141
Bozho Avatar answered Oct 04 '22 14:10

Bozho