`svn checkout` 失败,出现“无法运行程序"“找不到指定的文件"错误 [英] `svn checkout` fails with the “cannot run program” “cannot find the file specified” error

查看:38
本文介绍了`svn checkout` 失败,出现“无法运行程序"“找不到指定的文件"错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在检查谷歌代码中的一个示例.它要求我使用 SVN Checkout 签出源代码.因为我使用的是 Android Studio,所以我使用了 VCS--> 从版本控制中的 Checkout-->Subversion 中的 Subversion 检出选项.但是我遇到了一个错误.他们是不是我做错了什么?

I'm Checking a sample in google code. It requested me to checkout the source using SVN Checkout. Sine I am using Android Studio, I used the Subversion checkout options in VCS-->Checkout from version control-->Subversion. Howerver I encountered an error. Is their something I have done wrong?

查看谷歌源代码.

错误 = 2

正如你所看到的,图片你可以看到文件夹,当然还有来源,但为什么找不到?

As you can see in this, picture you can see the folders and of course the sources but how come it could not find it?

推荐答案

错误Cannot load supported format: Cannot run program "svn": Create process error=2, The system cannot find the file specified 表示 Android Studio/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. 确保您使用最新版本的 Android Studio IDE.
  2. 确保您的系统上安装了命令行 svn.exe 1.8 客户端.您可以在 http://www.visualsvn.com/downloads/
  3. 获得一个
  4. 将命令行客户端添加到 %PATH% 环境变量.
  5. 重启 Android Studio.

您可能想阅读有关 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/

这篇关于`svn checkout` 失败,出现“无法运行程序"“找不到指定的文件"错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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