Eclipse swap subversion plugin subheading shows error

I am using Eclipse Version: 3.3.2

I imported a project that is already in the SVN repository. I just checked in wwwroot and then imported into eclipse. Made some changes. Then I thought to set a subtitle. eclipse open connection manager installed Subclipse 1.2.4. Then right-click on the project → Team → Share Project → selected SVN. It shows an error:

org.tigris.subversion.javahl.ClientException: Unsupported svn working copy format: This client is too old to work with a working copy of 'C: \ Inetpub \ Wwwroot \ project'; please get a new Subversion client

Is there a problem with Subclipse? Is this the effect of the SVN repository or my changes? Should I continue?

+3
source share
1 answer

There are several versions of svn and, therefore, several versions of the subtitle (and subversive). If you do not order your project with a subtitle, but with another svn client, you may have problems if the versions are different. If you made some changes, pass them on to the client with whom you svn combined your project, and then

  • either you install the appropriate subquery (or subversive) version
  • either you delete your project, or check it again, but with a subquery (using the new project> checkout from SVN)
+1
source

Source: https://habr.com/ru/post/1759476/


All Articles