我通过CPAN升级了SVN :: Core,现在git-svn不能识别http:// URL [英] I upgraded SVN::Core via CPAN and now git-svn doesn't recognise http:// URLs

查看:601
本文介绍了我通过CPAN升级了SVN :: Core,现在git-svn不能识别http:// URL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图更新由 git svn 使用的Subversion版本,所以我运行了以下命令。

 > cpan SVN :: Core 

它似乎有效;然而,现在 git svn 不能识别HTTP URL!

 > ; git svn rebase 
传递给RA层的错误URL:位于/ opt / local / libexec / git-core / git-svn行的'http://< ...>无法识别的URL方案行2265

我试过了 svn://



有人知道如何解决这个问题吗?

我正在运行OS X 10.6,并使用MacPorts for git,subversion,perl和cpan。

解决方案

SVN :: Core取决于它自己的版本(它配置和构建)为
提供SVN功能。



我有同样的问题,发现SVN对libneon有依赖于http和https transport
支持。



我安装了libneon-dev并重新运行了SVN :: Core的安装,并且工作正常。


I was trying to update version of Subversion used by git svn and so I ran the following command.

> cpan SVN::Core

It appeared to work; however, now git svn doesn't recognise HTTP URLs!

> git svn rebase
Bad URL passed to RA layer: Unrecognized URL scheme for 'http://<...>' at /opt/local/libexec/git-core/git-svn line 2265

I've tried it on svn:// URLs and it works okay.

Does anyone know how to fix this?

I'm running OS X 10.6 and using MacPorts for git, subversion, perl, and cpan.

解决方案

SVN::Core depends on it's own version of subversion (which it configures and builds) for providing SVN capabilities.

I had the same problem and found out that SVN has a dependency on libneon for http and https transport support.

I installed libneon-dev and re-ran the install for SVN::Core and it worked.

这篇关于我通过CPAN升级了SVN :: Core,现在git-svn不能识别http:// URL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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