在Linux服务器上安装Subversion存储库的简单代码 [英] Simple code to install a subversion repository on a linux server

查看:125
本文介绍了在Linux服务器上安装Subversion存储库的简单代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Linux服务器(特别是bluehost共享服务器)上安装私有Subversion存储库的最简单方法是什么?

What is the simplest way to install a private subversion repository on a Linux server - specifically a bluehost shared server?

Apache 2.2.13版(Unix)

Apache version 2.2.13 (Unix)

PHP版本5.2.9

PHP version 5.2.9

体系结构x86_64

Architecture x86_64

操作系统Linux

命令欢迎...。

推荐答案

As wcoenen指出,这应该在serverfault.com上,而我正在寻找的答案是 https://serverfault.com/questions/59783/simple-code-to-install-a-subversion-repository-on-a-linux-server/

As wcoenen pointed out, this should be on serverfault.com and the answer I was looking for is the accepted answer at https://serverfault.com/questions/59783/simple-code-to-install-a-subversion-repository-on-a-linux-server/


我在
http://www.bluehostforum.com/showthread.php?s=855d68319128c0db09 b4d88e844287c0& t = 12099& page = 3
,但最新版本权
现在为1.6.5

I found a great solution at http://www.bluehostforum.com/showthread.php?s=855d68319128c0db09b4d88e844287c0&t=12099&page=3 except the most recent version right now is 1.6.5

mkdir src
cd src
wget http://subversion.tigris.org/downloads/subversion-1.6.5.tar.bz2
wget http://subversion.tigris.org/downloads/subversion-deps-1.6.5.tar.bz2
tar -xvjpf  subversion-1.6.5.tar.bz2
tar -xvjpf  subversion-deps-1.6.5.tar.bz2
cd subversion-1.6.5
./configure --prefix=$HOME --without-berkeley-db --with-ssl LDFLAGS="-L/lib64"
make
make install


这篇关于在Linux服务器上安装Subversion存储库的简单代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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