- 软件大小:186KB
- 软件语言:中文
- 软件类型:国产软件
- 软件类别:免费软件 / 服务器区
- 更新时间【jiān】🈷:2025-07-05 01:22
- 运行环【yùn háng huán】🌒境:WinAll, WinXP, Win7, Win8
- 软件等级:
- 软件厂商:


20.16M/中文/4.4
25.59M/中文/0.0
3.57M/中文/0.0
1.46M/中文/1.5
160KB/中文/0.0
Linux svn服务器是一款超好用的在Linux系统下搭建SVN服务的软件,它能够帮助用户轻松搞定SVN服务器的搭建,有需要的朋友不要错过,赶快来国语自产精品视频在线看下载使用吧!
Subversion1.8之后【zhī hòu】📇,http资源类【zī yuán lèi】型支持库,apache从该版【cóng gāi bǎn】本之后【běn zhī hòu】📇,舍弃了neon。Subversion 1.8中http客户端【kè hù duān】基于neon已经被【yǐ jīng bèi】移除💹,改用【gǎi yòng】self。如果要支持http方式需要在安装🌎svn前安装🚈serf,安装🌎serf推荐用【tuī jiàn yòng】serf-1.2.1,安装🌎是【shì】./configure;由于google官网下🖼载比较麻烦💳,所有我🍉这里分💾享给大💂家🥍。好运【hǎo yùn】!
Linux下编译Serf_v1.2.1源码时【yuán mǎ shí】,提示以🆙下错误🥁,有知道【yǒu zhī dào】👠解决方【jiě jué fāng】法的朋💵友吗,麻烦共【má fán gòng】享下,谢谢!
/svn_setup/lib/libssl.a(s23_clnt.o)/k/ubuntu/" target="_blank">ubuntu环境中【huán jìng zhōng】源码编译😾Svn时,安装👀serf_1.2.1出现的【chū xiàn de】,
重新编【chóng xīn biān】译【yì】🐕openssl时,添加上 -fPIC,--enable-share参数即可解决🙂上述错【shàng shù cuò】误🤓
serf-1.3.0安装【ān zhuāng】🚙是用【shì yòng】scons(yum -y install scons)方式【fāng shì】,安装【ān zhuāng】🚙serf-1.3.0后安装【ān zhuāng】🌹可能会报误【bào wù】,Google没找到解决方🏖法👖,如下报错
checking for serf-2 library... no checking for serf-1 library... no checking was serf enabled... no An appropriate version of serf could not be found, so libsvn_ra_serf will not be built. If you want to build libsvn_ra_serf, please install serf 1.2.1 or newer. configure: error: Serf was explicitly enabled but an appropriate version was not found.
本文只基于【jī yú】《LAMP一键安🤮装包【zhuāng bāo】⬆》之后进行
1. 安装【ān zhuāng】🆖apr、apr-unit
cd /root/lamp/source #wget #LAMP中已经👒下载【xià zǎi】 #wget tar xzf apr-1.4.8.tar.gz cd apr-1.4.8 ./configure --prefix=/usr/local/apache make && make install cd ../ tar xzf apr-util-1.5.2.tar.gz cd apr-util-1.5.2 ./configure --prefix=/usr/local/apache make && make install cd ../
2. 安装【ān zhuāng】🍖serf-1.2.1
yum -y install expat-devel wget #serf-1.2.1.zip是【shì】win版有问🔦题 tar xjf serf-1.2.1.tar.bz2 cd serf-1.2.1 ./configure --prefix=/usr/local/serf --with-apr=/usr/local/apache --with-apr-util=/usr/local/apache make && make install cd ..
3. 安装svn
tar xzf subversion-1.8.1.tar.gz cd subversion-1.8.1 ./get-deps.sh ./configure --prefix=/usr/local/subversion --with-apxs=/usr/local/apache/bin/apxs \ --with-apr=/usr/local/apache --with-apr-util=/usr/local/apache --with-zlib \ --with-openssl --enable-maintainer-mode --with-serf=/usr/local/serf --enable-mod-activation make && make install cd ..
4. 检查是🚻否安装【fǒu ān zhuāng】👸成功【chéng gōng】
安装成功【chéng gōng】会在/usr/local/apache/conf/httpd.conf自己加【zì jǐ jiā】入下面2行🕕
LoadModule dav_svn_module /usr/local/subversion/libexec/mod_dav_svn.so LoadModule authz_svn_module /usr/local/subversion/libexec/mod_authz_svn.so
# svn --version svn, version 1.8.1 (r1503906) compiled Aug 2 2013, 11:36:48 on x86_64-unknown-linux-gnu Copyright (C) 2013 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 The following repository access (RA) modules are available: * ra_svn : Module for accessing a repository using the svn network protocol. - with Cyrus SASL authentication - 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. - handles 'http' scheme - handles 'https' scheme
请描述🤹您所遇到的错误【wù】🍞,我们将【wǒ men jiāng】尽快予【jìn kuài yǔ】以修正🎚,谢谢!
*必填项,请输入内容