且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Android的工作室0.5.2 svn签不工作

更新时间:2022-12-29 14:13:51

错误无法加载支持格式:不能运行程序SVN:创建过程中的错误= 2,系统找不到指定的文件显示,Android的工作室/ IntelliJ IDEA的无法找到的Subversion 1.8命令行客户端的机器上。请按照下列步骤来解决这个问题:

The error Cannot load supported formats: Cannot run program "svn": Create process error=2, The system cannot find the file specified indicates that Android Studio / IntelliJ IDEA can't locate Subversion 1.8 command-line client on your machine. Follow these steps to solve the issue:

  1. 请确保您使用的Andr​​oid Studio IDE的最新版本。
  2. 确保该命令行svn.exe 1.8客户端安装在系统上。您可以在 http://www.visualsvn.com/downloads/ 得到一个
  3. 添加命令行客户端%PATH%环境变量中。
  1. Make sure that you use the latest version of Android Studio IDE.
  2. Make sure that command-line svn.exe 1.8 client is installed on your system. You can get one at http://www.visualsvn.com/downloads/
  3. Add the command-line client to %PATH% environment variable.

您可能需要阅读有关与IntelliJ IDEA的同样的问题相关的博客文章:http://blog.jetbrains.com/idea/2013/12/subversion-1-8-and-intellij-idea-13/

You may want to read the related blog post about the same issue with IntelliJ IDEA: http://blog.jetbrains.com/idea/2013/12/subversion-1-8-and-intellij-idea-13/