当前位置:首页 > windows下架设subversion服务器
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
共分享92篇相关文档