svn错误svn: E170000: Unrecognized URL scheme for http

所需的包:

apr-1.4.6.tar.gz  apr-util-1.4.1.tar.gz  scons-2.4.1.tar.gz  serf-1.3.8.zip  sqlite-amalgamation-3071300.zip  subversion-1.8.9.tar.gz

1
2
3
4
5
6
7
8
yum remove subversion
tar -xzf apr-1.4.6.tar.gz
cd apr-1.4.6
./configure
./configure --prefix=/usr/local/apr
make
make install
cd ..

1
2
3
4
5
6
tar -xzf apr-util-1.4.1.tar.gz
cd apr-util-1.4.1
./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr/
make
make install
cd ..

svn 1.8版本之前的需要neon,1.8版本之后弃用neon而改使用serf

serf需要安装scons,由scons安装serf

1
2
3
4
5
6
7
8
9
10
11
tar -xzf scons-2.4.1.tar.gz 
cd scons-2.4.1
python setup.py install
scons
yum -y install expat-devel
  
cd /data/serf-1.3.8
scons PREFIX=/usr/local/serf APR=/usr/local/apr APU=/usr/local/apr-util
scons -Y /data/serf-1.3.8
scons PREFIX=/usr/local/serf LIBDIR=/usr/lib64
scons PREFIX=/usr/local/serf install

1
2
3
4
5
6
7
8
9
tar -xzf subversion-1.8.9.tar.gz
wget http://www.sqlite.org/sqlite-amalgamation-3071300.zip
unzip sqlite-amalgamation-3071300.zip
mv sqlite-amalgamation-3071300 ./subversion-1.8.9/sqlite-amalgamation
cd subversion-1.8.9
./configure --prefix=/usr/local/svn --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util/ --with-serf=/usr/local/serf/
make
make install
svn help

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# svn --version
svn, version 1.8.9 (r1591380)
   compiled Nov 24 2015, 13:18:50 on x86_64-unknown-linux-gnu
Copyright (C) 2014 The Apache Software Foundation.
This software consists of contributions made by many people;
see the NOTICE file for more information.
Subversion is open source software, see http://subversion.apache.org/
The following repository access (RA) modules are available:
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
  - using serf 1.3.8
  - handles 'http' scheme
  - handles 'https' scheme

svn 帮助 https://wiki.centos.org/HowTos/Subversion

本文转自 bbotte 51CTO博客,原文链接:http://blog.51cto.com/bbotte/1716332,如需转载请自行联系原作者

svn错误svn: E170000: Unrecognized URL scheme for http相关推荐

  1. 解决mac使用svn: E170000: Unrecognized URL scheme for h

    原文章链接:http://blog.csdn.net/mhmyqn/article/details/46317107 mac系统版本 OS X版本:10.10.3 说明 10.10.3自带了svn,但 ...

  2. SVN错误:SVN Working copy XXX is too old

    出错原因: 这是因为使用了低版本的svn生成了.svn内文件内容,但是,使用高版本svn同步时便出现该问题. 解决方法: 找到报错对应的文件夹,里面有个名为.svn的文件夹,删除这个文件夹(这是svn ...

  3. svn 错误 以及 中文翻译

    比较长,如何查找不方便的话,用查找"CTRL+F"吧 # # Simplified Chinese translation for subversion package # Thi ...

  4. 【SVN】SVN搭建以及客户端使用|错误记录

    目录 前言 windows 服务端 客户端 linux CentOS 第1章 CentOS下搭建SVN服务器 1.1 SVN简介 1.2 SVN安装 第2章 通过客户端进行连接 2.1 下载客户端并安 ...

  5. SVN错误:Attempted to lock an already-locked dir

    SVN错误:Attempted to lock an already-locked dir

  6. 'SVN更新' has encountered a problem :An internal error occurred during: svn错误

    svn更新代码时出现下面错误: 'SVN更新' has encountered a problem An internal error occurred during: svn错误 原因:把svn上原 ...

  7. SVN 错误 Access to SVN Repository Forbidden的原因及解决方法

    SVN 错误 Access to SVN Repository Forbidden的原因及解决方法 参考文章: (1)SVN 错误 Access to SVN Repository Forbidden ...

  8. Android之okdownload下载提示奔溃Expected URL scheme ‘http‘ or ‘https‘ but was ‘data‘

    1 问题 客户现场奔溃在firebase上面提示错误信息如下 Fatal Exception: java.lang.IllegalArgumentException: Expected URL sch ...

  9. 3分钟学会SVN:SVN快速上手

    选择SVN客户端 Windows平台 TortoiseSVN:也叫乌龟SVN,Windows上最流行的SVN客户端,安装后你的右键就会多了几个SVN相关的菜单,非常方便 Eclipse插件:在Ecli ...

最新文章

  1. 网络正常,但是网络图标上有黄色的三角图标
  2. 11.28 软件工程概论psp
  3. oracle or索引失效_oracle数据库中索引会失效的几种情况
  4. CF思维联系–CodeForces-217C C. Formurosa(这题鸽了)
  5. apache开源项目_众筹开源笔记本电脑,新的Apache项目等
  6. Android 4.0 NDK Updated
  7. knockout.js的学习笔记3
  8. java ssm商城_SSM网上购物商城系统
  9. 大数据Spark(五十二):Structured Streaming 事件时间窗口分析
  10. SQLEXPRESS的连接字符串
  11. 【天光学术】项目管理论文:房地产公司项目管理运营提升措施探究(节选)
  12. 5.Lucene 基本原理(六)字典实现原理 FST(Finite State Transducer)
  13. R语言ggplot2边框背景去除
  14. 关于EPS attach和EPS combined attach with sms only、NBIOT等
  15. 在abap中的SQL嵌套
  16. 51单片机 c语言 汇编,51单片机之时钟(C语言和汇编两种方式实现)
  17. 2022年欢迎来到Jsp编程第二课:JSP核心九大内置对象
  18. AD设计PCB新手入门
  19. 正交矩阵(orthogonal matrix)
  20. DirectX、Direct3D、OpenGL的区别(DX、D3D、OpenGL)

热门文章

  1. SAAS平台的基础,构建多租户系统的思考
  2. 微信小程序如何实现切换主题(更改皮肤)
  3. 小爱同学语音API(不需要小米账号)
  4. PanDownload 3.5.1 卢本伟修改版
  5. oracle 错误06512,处理ORA-06512错误
  6. 锐龙r5 5600h核显什么水平 r5 5600h属于什么级别
  7. 基于商品属性的相似度模型
  8. iOS 微信 唤醒客户端失败注册失败需要UniversalLink 的解决方案
  9. 企微有客户流失提醒功能吗?如何设置?
  10. 2023秋招--游卡--游戏客户端--二面面经