This client is too old to work with working copy

后端 未结 6 2110
迷失自我
迷失自我 2021-02-18 14:34

Everywhere I go on google I get the same answer to this problem but it is the wrong answer for me. Originally I installed Subversion 1.5.6 for windows (i run Windows Server 2008

6条回答
  •  天命终不由人
    2021-02-18 14:55

    I had the same error. But the cause was I checked out the project with a svn 1.5 client and my subclipse plugin in eclipse was version 1.4. So updating my subclipse plugin to 1.6 version did the trick. so the problem was subclipse 1.4 does not work with projects that were checked out with svn 1.5 client.

    Hope this helps someone.

提交回复
热议问题