Subclipse error -- Subversion Native Library not available(Subclipse 错误——Subversion 本机库不可用)
问题描述
每次加载基于 Subversion 的 PHP 项目时,我都会收到以下消息...
I am getting the following message everytime the PHP project based on Subversion loads...
显然,操作系统是 Mac OSX Mountain Lion.我也按照链接中的说明进行操作,但它仍然出现在完全随机的时间.然而,颠覆行动似乎运作良好.
Obviously shown, the OS is a Mac OSX Mountain Lion. I have also followed the instructions within the link, and it still appears at completely random times. However, subversion actions seem to work fine.
推荐答案
从主菜单中选择
窗口 -> 首选项 -> 团队 -> SVN,
Window -> Preferences -> Team -> SVN,
在右侧面板SVN 界面"区域.
您可能会发现client"设置为JavaHL(JNI) Not Available".
将其更改为SVNKit(Pure Java) SVNKit vx.x"
at right panel "SVN interface" zone.
You may find "client" is set to "JavaHL(JNI) Not Available".
Change it to "SVNKit(Pure Java) SVNKit vx.x"
这篇关于Subclipse 错误——Subversion 本机库不可用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Subclipse 错误——Subversion 本机库不可用
基础教程推荐
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 如何对 Java Hashmap 中的值求和 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
