windows下架设subversion服务器

loading 分享 2026-8-13 下载文档

windows下架设subversion服务器

为什么选择subversion不在本文讨论范围,网上到处都是,本文仅描述架设subversion的步骤: step1)下载和安装

下载并安装svn-1.2.3-setup.exe,假设你安装到D:\\deploy\\Subversion step2)建立Repository

打开命令窗口, 键入 svnadmin create D:\\deploy\\projects\\searchz step3)配置Repository

进入Repository目录,在本文中是

D:\\deploy\\projects\\searchz,你会看到conf目录,进入该目录,你会看到svnserve.conf和passwd两个文件

对两个文件作如下修改

svnserve.conf [general]

###Theseoptionscontrolaccesstotherepositoryforunauthenticated

###andauthenticatedusers.Validvaluesare write , read , ###and

none .Thesamplesettingsbelowarethedefaults.

站长网www.cwwo.net DERFG

anon-access=read auth-access=write

###Thepassword-dboptioncontrolsthelocationofthepassword

###databasefile.Unlessyouspecifyapathstartingwitha/,

###thefile’slocationisrelativetotheconfdirectory. ###Uncommentthelinebelowtousethedefaultpassw


windows下架设subversion服务器.doc 将本文的Word文档下载到电脑
搜索更多关于: windows下架设subversion服务器 的文档
相关推荐
相关阅读