一 使用的软件
1 subversion的几个软件
CollabNetSubversion-client-1.6.12-1.i386.rpm
CollabNetSubversion-extras-1.6.12-1.i386.rpm
CollabNetSubversion-server-1.6.12-1.i386.rpm
RPM-GPG-KEY-csvn.asc ---分离的 OpenPGP 签名文件
2 window连接linux工具
putty.exe
3 辅助工具(从windows下载1中软件并上传给linux)
winscp
二 安装说明
1 sudo rpm --import /path/to/RPM-GPG-KEY-csvn.asc
2 打开终端,切换到 root 帐号,命令为 sudu sh (会提示输入密码)
3 rpm --import RPM-GPG-KEY-csvn.asc (好像要再前面加上path,有点记不清了)
4 rpm -ivh CollabNetSubversion-client-1.6.9-1.i386.rpm
5 rpm -ivh CollabNetSubversion-server-1.6.9-1.i386.rpm
6 rpm -ivh CollabNetSubversion-extras-1.6.9-1.i386.rpm
安装完毕,接着进行SVN的配置:
7 /opt/CollabNet_Subversion/bin 目录下执行命令: ./Configure-CollabNet-Subversion
8 以下是copy别人的
CollabNet Subversion Server is a free download of open-source Subversion,
compiled and tested by CollabNet. For more information about CollabNet
Subversion, visit the CollabNet community at http://open.collab.net./
Would you like to configure the CollabNet Subversion Server now? [yes] (直接回车)
Welcome to CollabNet Subversion Server setup.
You will now be asked some questions to configure CollabNet Subversion.
Defaults are given in square brackets. If a default is okay for you
Just hit [Enter] to continue.
This setup can configure either Apache or svnserve as Subversion
server, for you. Would you like to configure Apache as your
Subversion server now? [yes] (直接回车)
Continuing with apache Subversion server configuration ...
Specify the base directory for Subversion repositories: [/var/svn/repositories] /opt/SVNRepositories (这里我更改了SVN仓库存储路径,不使用默认的路径。)
Non-existing base path, Let me create and continue [yes] (直接回车)
Base path created.
Would you like to create a new Subversion repository? [yes] (直接回车)
What should be your new Subversion repository name? DEOM (这里建立一个名为 DEMO 的测试用库)
New repository created.
Would you like to initialize the repository with trunk/branches/tags folders? [no] (直接回车)
Done.
Would you like to create another Subversion repository? [yes] (直接回车)
What should be your new Subversion repository name? svntest (这里再建立一个名为 svntest 的库)
New repository created.
Would you like to initialize the repository with trunk/branches/tags folders? [no](直接回车)(暂时不导入初始数据)
Done.
Would you like to create another Subversion repository? [yes] no (已经建立了2个测试用库,就不再建了。)
Would you like to give the name and port that the server uses to identify itself? [yes]
Registered DNS name or IP address: 192.168.168.159 (这里IP是指 apache 的服务“IP”配置。)
Server port number: 18080 (apache的服务端口号)
Allow anonymous read access? [no] (直接回车)
0 users currently have access to this repository:
Would you like to create a new Subversion account? [yes] (直接回车)
Account username
(To re-create or delete a Subversion account, enter an existing username): svnadmin (建立一个SVN帐号)
Account password: (密码)
Retype account password: (重复密码)
Adding password for user svnadmin
Account created
Would you like to create another user account? [yes] no (暂时不需要再建另一用户了)
Would you like to configure ViewVC? [yes] (是否启用VierVC,直接回车)
Stopping CollabNet Subversion: httpd (no pid file) not running
done
Starting CollabNet Subversion: done
(此时,SVN+Apache服务也顺利地配置完成了。最后的提示信息如下:)
Congratulations! You have successfully configured the CollabNet
Subversion server.
You can access your repositories at the following URL:
http://192.168.168.159:18080/svn/YOUR-REPOS-NAME
http://192.168.168.159:18080/viewvc/YOUR-REPOS-NAME
分享到:
相关推荐
rhel6.9下编译安装apache+subversion详细安装文档,及其所需安装包。
Redhat.Enterprise.Linux.5 安装Apache和SVN详细教程 提供软件清单: apr-1.3.9.tar.gz apr-util-1.3.9.tar.gz httpd-2.2.13.tar.gz subversion-1.5.6.tar.gz subversion-deps-1.5.6.tar.gz Redhat安装Apache和SVN...
### SVN for RedHat 安装手册 #### 一、安装前准备 在开始安装SVN之前,需要确保系统满足一定的条件。以下是对系统的检查与确认步骤: ##### 1.1 系统检查与确认 **1.1.1 系统启动方式** - 检查`/etc/inittab`...
对于Linux用户,特别是使用CentOS或Redhat的用户,安装和配置Subversion 1.9.0是相当简单的。通常,你可以通过包管理器如yum来安装,但如果你需要安装特定版本(如1.9.0),可能需要手动编译源码。在这个压缩包...
### SVN for RedHat 安装手册 - IT知识详解 #### 一、安装前准备 **系统检查与确认**是SVN安装过程中的第一步,确保系统的兼容性和稳定性至关重要。以下为几个核心检查点: 1. **系统启动方式**:检查系统的默认...
### SVN在RedHat上的安装与配置详解 #### 一、安装前准备 在开始安装Subversion(SVN)服务器之前,进行一系列的系统检查与确认是至关重要的,以确保安装过程顺利无阻。 ##### 1.1 系统检查与确认 首先,确认...
- 在Redhat Linux AS5上,确保已经安装了必要的开发工具包。 - 下载Apache HTTP Server的源码包并解压缩。 - 进入源码目录,运行`buildconf`和`configure`命令,指定安装路径和其他选项。 - 使用`make`和`make ...
4. **在Redhat Linux上安装Subversion 1.8.9** - 下载并解压:首先,你需要下载“subversion-1.8.9.tar.gz”,然后使用`tar -zxvf subversion-1.8.9.tar.gz`命令进行解压。 - 配置和编译:使用`./configure --...
本文将详细介绍如何在Red Hat Linux 4.4 (i386架构)系统下安装并配置Subversion (SVN)服务器。SVN是一款广泛使用的版本控制系统,特别适用于软件开发团队协作管理源代码。通过本教程,您将学会如何从零开始搭建一个...
本文将详细介绍如何在离线环境下安装SVN 1.8.17,这是根据个人实践总结的经验。由于文档编写者自认文字功底不深,以下内容将尽可能详细地解释每个步骤,以帮助读者理解整个过程。 首先,离线安装SVN的前提是你已经...
最后,安装Subversion(SVN): 1. 安装apr库: ``` tar zxvf apr-1.3.6.tar.gz mv apr-1.3.6 /usr/local/apr cd /usr/local/apr ./configure make make install ``` 2. 安装apr-utils: ``` tar zxvf apr-util-...
### Redhat下svn服务器端的安装及配置方法 #### 一、svn安装方法 ##### 1、安装 在Redhat系统中安装svn服务器可以通过包管理器`yum`来完成。执行以下命令进行安装: ```bash yum install subversion ``` 安装...
- 在备份服务器上安装Subversion服务器端软件。 2. **设置定时任务:** - 使用cron或其他任务调度工具来定期执行备份操作。 3. **执行备份:** - 使用`svnsync`命令定期同步源库到备份库。 ```shell svnsync ...
在Linux RedHat9系统上配置SVN(Subversion)与Apache服务器的集成是开发者和系统管理员常用的操作,以便实现版本控制系统和Web服务器的完美融合,提供便捷的代码管理和Web访问功能。以下是一份详细的配置指南: ...
本文档将详细讲解如何在Redhat Linux AS4上安装配置svn独立服务器,采用FSFS存储格式,避免BDB可能的数据锁定问题。 首先,要获取svn的安装包。最新的Subversion版本可以在官方站点`...
文件"Linux系统RedHat9.0_上配置SVN+APACHE服务_subversion-deps包安装.doc"可能包含这些依赖的安装步骤。通常,我们会使用`yum`或`dnf`命令来安装: ```bash sudo dnf install subversion-devel apr-devel apr-...
在Red Hat 6.2操作系统环境下,Subversion(简称svn)是一种广泛使用的版本控制系统,它允许用户跟踪和管理源代码和其他文件的变更。本篇文章将深入探讨如何在Red Hat 6.2上安装和使用svn客户端,以及如何处理与不同...