Mac上刚安装的WebStorm或PHPStorm遇到SVN版本太旧的问题:

URL:

svn: E155021: This client is too old to work with the working copy at '/******/' (format 31). You need to get a newer Subversion client. For more details, see http://subversion.apache.org/faq.html#working-copy-format-change

Format:

1.8

Depth:

unknown

参考这位大侠的解决方法:

For developing WordPress with PHPStorm I seem to need Subversion 1.8 due to this notification:

Which shows this error:

It reads svn: E155021: This client is too old to work with the working copy at ‘/Users/andrea/dev/wp/vvv/www/wordpress-develop’ (format 31). You need to get a newer Subversion client. For more details, see http://subversion.apache.org/faq.html#working-copy-format-change.

Here they say

Now, IntelliJ IDEA offers different integration options for each specific Subversion:

1.6 – SVNKit only

1.7 – SVNKit and command line client

1.8 – Command line client only

If you opt to the command line client, make sure you have its binaries installed on your machine, because they are not bundled with IntelliJ IDEA.

So I checked my system:

$ svn --version

svn, version 1.7.17 (r1591372)

compiled Aug 7 2014, 17:03:25

...

Then I installed Subversion all together using brew.

$ brew update

Updated Homebrew from 80f2d299 to 93e17517.

...

$ brew info subversion

subversion: stable 1.8.10 (bottled)

https://subversion.apache.org/

Not installed

...

$ brew install subversion

==> Installing dependencies for subversion: readline, sqlite, openssl

==> Installing subversion dependency: readline

...

==> Installing subversion

==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/subversion-1.8.10_1.mavericks.bottle.3.tar.gz

######################################################################## 100,0%

==> Pouring subversion-1.8.10_1.mavericks.bottle.3.tar.gz

==> Caveats

svntools have been installed to:

/usr/local/opt/subversion/libexec

Bash completion has been installed to:

/usr/local/etc/bash_completion.d

==> Summary

/usr/local/Cellar/subversion/1.8.10_1: 116 files, 9,4M

It took some seconds to download and compile, but eventually I got:

$ svn --version

svn, version 1.7.17 (r1591372)

compiled Aug 7 2014, 17:03:25

...

Uh?

$ which -a svn

/usr/bin/svn

/usr/local/bin/svn

OK, then I tried editing my ~/.bash_profile:

export PATH="/usr/local/bin:$PATH"

After which I had:

$ source ~/.bash_profile

$ svn --version

svn, version 1.8.10 (r1615264)

compiled Aug 25 2014, 10:57:58 on x86_64-apple-darwin13.3.0

...

Then I closed PHPStorm and opened it again… But PHPStorm error didn’t go away !!

Then I searched PHPStorm preferences for “svn” and tried forcing/usr/local/bin/svn:

Which immediately made the error disappear:

So I undid the PATH change, just to be sure OSX still sees Subversion 1.7, and all is working fine.

Linux 下安装idea,提示svn版本太低问题

在 RedHat 6.5 虚拟机上装了 Idea 2017, 将项目代码从 Windows 共享到虚拟机中,然后 Idea 提示 svn 版本太旧, 上网查资料说 Idea 2018 不支持1.7以下 ...

一点MongoDB的基础及mongodb在mac上的安装

最近发现维持写博客的习惯还是挺困难的,尤其对我来说,计划好的事过了好长时间才想到要去做. 这段时间一直在熟悉MongoDB,首先我是参考的这一篇:8天学通MongoDB   原博主写得非常好,我这里就 ...

Infer 在 Mac 上的安装和环境配置

Infer 在 Mac 上的安装和环境配置 Infer 介绍 Infer 是一个静态分析工具.Infer 可以分析 Objective-C, Java 或者 C 代码,报告潜在的问题. 任何人都可以使 ...

Android Studio中mac上面的安装

Android Studio中mac上面的安装 学习了:https://blog.csdn.net/xianrenli38/article/details/79347170 http://www.an ...

Mac上Hive安装配置

Mac上Hive安装配置 1.安装 下载hive,地址:http://mirror.bit.edu.cn/apache/hive/ 之前我配置了集群,tjt01.tjt02.tjt03,这里hive安 ...

MAC 上编译安装nginx-rtmp-module 流媒体服务器

MAC 上编译安装nginx-rtmp-module 流媒体服务器 记录踩坑过程 下载nginx和nginx-rtmp-module wget http://nginx.org/download/ng ...

EBS报错FRM-92095:Oracle JInitiator版本太旧,请安装版本1.1.8.2或更高版本

EBS打开报错FRM-92095:Oracle JInitiator版本太旧,请安装版本1.1.8.2或更高版本 打开EBS的form,系统报错,中文提示信息是:FRM-92095:oracle ji ...

【原创】mac 上如何安装及切换输入法

1. 安装输入法 刚购入mac mini一台,默认只有英文输入法,而自己用习惯了sogou输入法,于是就在网上下载安装了一个sogou拼音输入 for mac. 下载完毕后,在屏幕下方的dock区域右 ...

(转)【Android测试工具】03. ApkTool在Mac上的安装和使用(2.0版本)

http://blog.csdn.net/wirelessqa/article/details/8997168 http://code.google.com/p/android-apktool/dow ...

随机推荐

working with fitnesse wiki pages

fitnesse提供一个简单易用的wiki创建一个web页面用于测试.测试页面有一个button,允许所有的测试在这个页面运行,因此任何人在任何时间都可以去这个页面点击这个按钮,查看测试是否通过.fi ...

android target unknown and state offline解决办法

没有错,将adb的版本升级一下就好了! 下载地址为:http://files.cnblogs.com/files/hujunzheng/adb1.0.32.zip

【转】移动web页面支持弹性滚动的3个方案

传统 pc 端中,子容器高度超出父容器高度,通常使用 overflow:auto 可出现滚动条拖动显示溢出的内容,而移动web开发中,由于浏览器厂商的系统不同.版本不同,导致有部分机型不支持对弹性滚动 ...

<img> to image_tag

PHP echo, print, printf, sprintf函数的区别和使用

1. echo函数: 输出函数,是命令,不能返回值.echo后面可以跟很多个参数,之间用分号隔开,如: echo $myvar1; echo 1,2,$myvar,"bol ...

Qt程序设计——txt文本中获取字符串的问题

QT对txt文本进行读写一般是采用QFile和QTextStream结合使用,在此不细说,主要说一下读取txt文本的注意事项.因为txt文本中有中文也有英文还有数字,要准确获得需要的字串可就要多一个心 ...

nginx多虚拟主机优先级location匹配规则及tryfiles的使用

nginx多虚拟主机优先级location匹配规则及tryfiles的使用 .相同server_name多个虚拟主机优先级访问 .location匹配优先级 .try_files使用 .nginx的a ...

Luogu4782 【模板】2-SAT 问题(2-SAT)

模板.注意若x=y不一定是废话,x=0或x=0表示x必须为0.以及数组开2n. #include #include #include< ...

jqGrid 列内容超过一定长度省略表示

jqgrid初始化方法中的,对应列添加formatter方法 colNames : [ "描述" ], colModel : [ { name : 'description', i ...

LeetCode 544----Output Contest Matches

During the NBA playoffs, we always arrange the rather strong team to play with the rather weak team, ...

php_version_too_low,Mac上刚安装的WebStorm或PHPStorm遇到SVN版本太旧的问题相关推荐

  1. Android Studio中mac上面的安装

    Android Studio中mac上面的安装 学习了:https://blog.csdn.net/xianrenli38/article/details/79347170 http://www.an ...

  2. mac php5.6.30与php7共存,认识Homebrew以及在Mac上同时安装PHP5及PHP7

    Homebrew几乎是Mac上必备的软件,用于下载安装和管理其他软件.尤其对于程序员,讲真,本人到现在仍然不知道在Mac上如何不借助Homebrew来搭建php-apache-mysql开发环境. 认 ...

  3. Mac上Chrome安装 Tampermonkey插件的时候提示CRX_HEADER_INVALID

    Mac上Chrome安装 Tampermonkey插件的时候提示"CRX_HEADER_INVALID" 错误提示如下: 搜到原因好像是:Chrome 73 及后续版本更改了 HE ...

  4. Mac上NVM 安装与使用教程

    Mac上NVM 安装与使用教程 什么是NVM? 安装NVM NVM常用的命令 什么是NVM? nvm全名node.js version management,它是一种nodejs的一种版本管理工具,用 ...

  5. Mac上 Word安装Mendeley插件

    Mac上 Word安装Mendeley插件 问题背景 解决方法 针对Mendeley Desktop 针对Mendeley Reference Manager 参考链接 问题背景 可能因如同时安装了W ...

  6. mac上brew安装swoole扩展,采坑之路

    1.官网下载最新扩展 wget http://pear.php.net/go-pear.phar 说明:如果提醒你需要更新,则更新命令 2.开始安装 sudo pecl install swoole ...

  7. Mac 上如何安装Mysql?

    Mac 上如何安装Mysql? Mac 安装Mysql Mysql 配置 Mac 安装Mysql 有许多开发的小伙伴,使用的是mac,那么在mac上如何安装Mysql呢?这篇文章就给大家说说. 1.首 ...

  8. MAC上Git安装与GitHub基本使用

    目录 安装git 创建ssh key.配置git 提交本地项目到GitHub 一.安装Git MAC 上安装Git主要有两种方式 首先查看电脑是否安装Git,终端输入: git 安装过则会输出: WM ...

  9. mac java verbose_如何检查Mac上是否安装了Java JDK?

    问题 如何检查Mac上是否安装了Java SDK? 这有命令行吗? #1 热门回答(136 赞) javac -version在一个终端上会做 #2 热门回答(44 赞) 你可以利用624461706 ...

最新文章

  1. IIS负载均衡-Application Request Route详解第三篇:使用ARR进行Http请求的负载均衡(上)...
  2. 反汇编引擎Capstone
  3. [armv9]-Introducing-Arm-Confidential-Compute-Architecture
  4. zabbix自动发现(Discovery)功能使用
  5. 创建组_在Allegro软件中的Groups组创建之后怎么进行打散呢?
  6. 有轻功:用3行代码让Python数据处理脚本获得4倍提速
  7. GridView边框样式简单美化
  8. 招商银行SWIFT CODE/BIC/BRANCH CODE一览表
  9. linux搭建虚拟化平台报告,Centos部署KVM虚拟化平台(可跟做)
  10. 本世纪最好的NSA!
  11. NI Multisim元件库:在Multisim中创建自定义元器件
  12. php 获取 ip 并根据 ip 获取地理位置
  13. 什么是javaweb开发?
  14. 山东理工大学一维数组
  15. 无法安装战网,提示007D
  16. 基于51单片机的智能化交通灯控制系统防止堵车疏散系统方案原理图程序设计
  17. git的使用推送代码到华为云、码云gitee、github
  18. c语言虚数变量,关于C语言中的Complex(复数类型)和imaginary(虚数类型)
  19. 红外对管--STC8G1K08A
  20. 1w存银行一年多少利息_100万存银行一年利息是多少钱?

热门文章

  1. 无人机集群自组织搜索仿真模型设计与实现
  2. 前端面试题答案整理之CSS
  3. fastadmin 关联查询
  4. 10套最全Java项目实战课程(附项目实战+源码)
  5. 信息竞赛--打表法讲解
  6. 长文详解Spring5架构教程,还不懂你打我
  7. 星戈瑞分享-荧光标记雌三醇Estriol/雌二醇Estradiol/ARPA多糖
  8. 第36讲 Android Camera2 API Flash闪光灯控制
  9. 带注释_合工大数据结构课设Chord网络的模拟(90分)
  10. 数据湖基本概念--什么是数据湖,数据湖又能干什么?为什么是Hudi