博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
关于Mac 中Eclipse 的SVN 提交的时候提示 out of date的问题
阅读量:7045 次
发布时间:2019-06-28

本文共 1254 字,大约阅读时间需要 4 分钟。

hot3.png

 

初用MAC,还是略微有些不习惯,不仅仅是因为很多软件是英文的,主要还是一些没遇到过的错误,很难找到合适的解决方案。

 

在eclipse 使用的过程中,出现svn 提交代码报错的问题: out of date

谷歌了一下:

 

  1. 搜索eclipse 中svn接口内容,发现可以安装使用 javaHL., 然后搜索subclipse 和 java hl 到此页面:

  2. 阅读相关内容,发现在 os x 系统中,需要安装 相关的包

OSX comes with a SVN command line client, but unfortunately they do not include the JavaHL library.The best thing to do is to install one of the OSX package managers for open-source software, such as MacPorts or HomeBrew. If you are doing software development on OSX, you are going to eventually want or need different open-source Unix applications. So it is worth the effort to set one of these up and they make it easy for you to get Subversion and always have the latest version. You will also have easy access to other open source applications via similar simple commands.For MacPorts, the commands to run are:sudo port install subversion-javahlbindings +no_bdb +universalFor HomeBrew the command is:brew install --universal --java subversionPay attention to any post-install instructions related to creating a symlink in /Library/Java/Extensions. You need to follow these instructions so that the JavaHL library is available by default to the JVM.

3. 安装 MacPorts,运行相关命令

4.重启eclipse。 如果无效,重启系统吧

 

 

 

 

 

 

 

转载于:https://my.oschina.net/u/1429811/blog/313607

你可能感兴趣的文章
数据结构基础温故-5.图(下):最短路径
查看>>
调试Release发布版程序的Crash错误(转)
查看>>
深入浅出话VC++(2)——MFC的本质
查看>>
跟我一起学WCF(5)——深入解析服务契约[上篇]
查看>>
Kinect应用开发实战:用最自然的方式与机器对话
查看>>
JavaScript验证手机号码
查看>>
微软免费杀毒软件MSE最新版本释出
查看>>
诊断 Java 代码: 提高 Java 代码的性能 尾递归转换能加快应用程序的速度,但不是所有的 JVM 都会做这种转换...
查看>>
一次数据库hang住的分析过程
查看>>
ArcGIS使用字体文件制作符号库!
查看>>
Cocoa框架类之间的继承关系
查看>>
Windows安全认证是如何进行的?
查看>>
dll文件
查看>>
C# 多线程详解 Part.04(Lock、Monitor、生产与消费)
查看>>
HTTP协议之chunk介绍
查看>>
误区1:数据是可靠的
查看>>
根据IP找到计算机名字(小技巧)
查看>>
遍历jquery的对象
查看>>
system app 下面的apk 修改后不需要重新签名
查看>>
openoj的一个小比赛(F题解题报告)poj3978(dp+素数筛选)
查看>>