更新变更SVN时发生错误 [英] Error updating changes svn

查看:154
本文介绍了更新变更SVN时发生错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经安装了PHPStorm,并且打开了一个目录,其中包含带有SVN的PHP项目.在更改"的"SVN"选项卡下,我遇到以下错误:

I have PHPStorm installed and i open a directory containing a PHP project with SVN. Under the SVN tab in the Changes i encounter the following error:

Error updating changes: svn: E155021: The client is too old to work with the working copy at "..." (format 31). 

有些想法?我安装了TortoiseSVN 1.7.7,当我第一次打开项目时,一切都很好,但是在进一步打开上面的错误时出现了.

Some ideas? I have TortoiseSVN 1.7.7 installed, when i open the project the first time everything worked great, but on further opening the above error appear.

推荐答案

Subversion 1.8中的工作副本格式已更改,因此在升级后 要使用TortoiseSVN 1.8,您应该升级工作副本或签出新副本.将工作副本升级为新格式后,较旧的Subversion客户端将 无法使用升级的工作副本.

Working copy format has changed in Subversion 1.8, so after upgrading to TortoiseSVN 1.8 you should upgrade your working copies or checkout the new ones. After you've upgraded a working copy to the newer format, older Subversion clients will be unable to work with the upgraded working copy.

因此,您已经将工作副本升级为新格式(SVN 1.8).您系统上的另一个SVN客户端似乎是SV​​N 1.8(例如TortoiseSVN 1.8.0?),但PHPStorm仍然是1.7.x. SVN 1.7不能与1.8工作副本一起使用,反之亦然.

So, you've upgraded your working copy to the new format (SVN 1.8). It seems that another SVN client on your system is SVN 1.8 (e.g. TortoiseSVN 1.8.0?), but PHPStorm is still 1.7.x. SVN 1.7 can't work with 1.8 working copy and vice-verse.

请参见"Subversion 1.8发行说明|升级工作副本" .

这篇关于更新变更SVN时发生错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆