如何在OSX上更新Perl颠覆绑定? [英] How do I update the perl subversion bindings on OSX?

查看:93
本文介绍了如何在OSX上更新Perl颠覆绑定?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在 agit-svn的问题,可能与perl svn绑定有关.即使在使用自制软件安装了新版本的Subversion和git之后,git-svn仍在使用旧版本的svn:

I'm having a problem with git-svn that may be related to the perl svn bindings. Even after installing new versions of subversion and git using homebrew, git-svn is using an old version of svn:

$ git svn --version
git-svn version 1.8.2.1 (svn 1.6.18)

$ svn --version
svn, version 1.7.7 (r1393599)

如何使git-svn使用较新版本的svn?

How do I make git-svn use the newer version of svn?

推荐答案

感谢此答案,我发现了一个合理的答案解决方案.我运行了 sudo cpan SVN :: Core ,它更新了git-svn的svn版本:

Thanks to this answer, I found a reasonable solution. I ran sudo cpan SVN::Core, which updated the svn version of git-svn:

$ git svn --version
git-svn version 1.8.2.1 (svn 1.7.3)

本地svn版本未更改.所以我剩下两个不同版本的svn,但至少它们是相同的主要版本.

The native svn version was unchanged. So I'm left with two different versions of svn, but at least they are the same major version.

这篇关于如何在OSX上更新Perl颠覆绑定?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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