Linux搭建svn

本文详细介绍了如何通过命令行方式安装Subversion (SVN) 并创建版本库,包括配置用户名密码、设置权限及启动与关闭SVN服务等关键步骤。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

下载svn:yum install -y subversion

创建svn项目:svnadmin create /www/svn/jianqian  --jianqian为版本库名称

启动svn:svnserve -r -d /www/svn/jianqian //--listen-port  9999  可以设置端口为9999

设置用户名和密码:

conf/authz

[groups]
admin=zouxingwei
[/]
zouhao=rw
zouxingwei=rw
# harry_and_sally = harry,sally
# harry_sally_and_joe = harry,sally,&joe

conf/passwd

为用户zouhao,zouxingwei设置密码

[users]
#harry = harryssecret
#sally = sallyssecret
zouhao=2*/ejhy3(
zouxingwei=2*/ejhy3(


conf/svnserve.conf

[general]
### These options control access to the repository for unauthenticated
### and authenticated users.  Valid values are "write", "read",
### and "none".  The sample settings below are the defaults.
anon-access = none
auth-access = write
### The password-db option controls the location of the password
### database file.  Unless you specify a path starting with a /,
### the file's location is relative to the directory containing
### this configuration file.
### If SASL is enabled (see below), this file will NOT be used.
### Uncomment the line below to use the default password file.
password-db = passwd
### The authz-db option controls the location of the authorization
### rules for path-based access control.  Unless you specify a path
### starting with a /, the file's location is relative to the the
### directory containing this file.  If you don't specify an
### authz-db, no path-based access control is done.
### Uncomment the line below to use the default authorization file.
authz-db = authz
### This option specifies the authentication realm of the repository.
### If two repositories have the same authentication realm, they should
### have the same password database, and vice versa.  The default realm
### is repository's uuid.
realm = jianqian

把注释开起来,搞定


关闭svn命令

ps -aux|grep svnserve

查询出pid,在直接kill掉

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值