关于Mac 中Eclipse 的SVN 提交的时候提示 out of date的问题

 

初用MAC,仍是略微有些不习惯,不单单是由于不少软件是英文的,主要仍是一些没遇到过的错误,很难找到合适的解决方案。 java

 

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

谷歌了一下: eclipse

 

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

    http://subclipse.tigris.org/wiki/JavaHL#head-5bf26515097c3231c1b04dfdb22c036bc511926b post

  2. 阅读相关内容,发如今 os x 系统中,须要安装 相关的包 code

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 +universal

For HomeBrew the command is:

brew install --universal --java subversion

Pay 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。 若是无效,重启系统吧 ip

相关文章
相关标签/搜索