STEP 3:配置 
打开/conf/目录,打开svnserve.conf找到一下两句:
# [general]
# password-db = passwd
去之每行开头的#,其中第二行是指定身份验证的文件名,即passwd文件
同样打开passwd文件,将
# [users]
# harry = harryssecret
# sally = sallyssecret
这几行的开头#字符去掉,这是设置用户,一行一个,存储格式为“用户名 = 密码”,如可插入一行:admin = admin888,即为系统添加一个用户名为admin,密码为admin888的用户
 
create it:
sc create svnservice binpath= "\"c:\program files\Subversion\bin\svnserve.exe\" --service -r D:\svn" displayname= "SVNService" depend= Tcpip
delete it:
sc delete svnservice
mysql:
 C:\> 
mysqld-nt --install   C:\> 
NET START MySql
  C:\> 
NET STOP MySql   C:\> 
mysqld-nt --remove
	posted on 2007-05-16 22:38 
我爱佳娃 阅读(642) 
评论(0)  编辑  收藏  所属分类: 
服务配置