zoukankan      html  css  js  c++  java
  • Webstorm 提示 Can't use Subversion command line client

    Webstorm 提示 Can't use Subversion command line client (Probably the path to Subversion executable is wrong)

    如何解决?

    安装了phpstorm之后,想配置svn,结果在file->settings->Version Contorl->subversion->with conmand line client配置成

    D:Program FilesTortoiseSVNin	ortoisePro.exe(一般的svn程序文件)

    已经安装的路径地址之后,一直提示

    “Can’t use Subversion command line client: ‘D:Program FilesTortoiseSVNin	ortoisePro.exe‘ Probably the path to Subversion executable is wrong. Fix it.”.

    然后google search一下,才发现这个tortoisePro.exe是guide操作程序,不支持conmand line操作,需要重新下载一个

    http://www.jetbrains.com/phpstorm/webhelp/using-subversion-integration.html

    然后我选择了这个下载slikSVN下载

    http://subversion.apache.org/packages.html#windows

    下载完了之后就一直按下一步安装即可,作者安装在了

    D:Program FilesSlikSvn

    所以呢,在with conmand line client设置成你的D:Program FilesSlikSvninsvn.exe即可使用svn了。

     转)

    意外发现,之前的NetBeans 的svn配置好,也可以工作了。

    打开工具,找到svn选项 客户端类型选择cli。目录选择此软件的目录

  • 相关阅读:
    疑问:关于strcmp()以及此指针表现形式*(char * *)a
    后置操作符
    php学习笔记(一)
    windows php环境配置
    关于wifi破解那点事
    C++使用大漠插件及截图
    跨平台网络编程
    reinterpret_cast, static_cast , dynamic_cast ,const_cast 的总结
    初识按键精灵
    python 程序打包-----py2exe
  • 原文地址:https://www.cnblogs.com/ferron/p/5786792.html
Copyright © 2011-2022 走看看