Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Please Upgrade Your Subversion Client.... How?

I opened up my eclipse today, after previously having a perfectly working Subclipse, and it decided to spontaneously break itself.

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

I tried completely uninstalling all of my subclipse packages in eclipse and then reinstalling them and it didn't fix it. Heres the installation link I used:

Subclipse 1.8.x Update Site - http://subclipse.tigris.org/update_1.8.x

What am I doing wrong?

like image 626
Ring Avatar asked May 23 '12 03:05

Ring


People also ask

What is svn upgrade?

Use the svn upgrade command to upgrade the working copy to the most recent metadata format supported by your version of Subversion.

What is a Subversion client?

The Subversion client allows you to work with your repositories on your local machine. You will be able to commit data to your repositories and checkout the data others have committed. There are many clients to choose from.

What is the name of the Windows client for Subversion?

TortoiseSVN is an Apache™ Subversion (SVN)® client, implemented as a Windows shell extension.


1 Answers

I disconnected my project from the repo and deleted all my svn metadata, then reconnected it and it worked.

like image 59
Ring Avatar answered Sep 21 '22 01:09

Ring