发新话题
打印

[求助] 菜鸟求助SVN安装( 此文章被查看:390次,被回复:4篇!! )

菜鸟求助SVN安装

C:\Documents and Settings\Administrator>sc create svnserver binpath="d:\subversi
on\bin\svnserve.exe --service -r d:\svnroot" displayname="svnservice" depend= tc
pip
Creates a service entry in the registry and Service Database.
SYNTAX:
sc create [service name] [binPath= ] <option1> <option2>...
CREATE OPTIONS:
NOTE: The option name includes the equal sign.
type= <own|share|interact|kernel|filesys|rec>
       (default = own)
start= <boot|system|auto|demand|disabled>
       (default = demand)
error= <normal|severe|critical|ignore>
       (default = normal)
binPath= <BinaryPathName>
group= <LoadOrderGroup>
tag= <yes|no>
depend= <Dependencies(separated by / (forward slash))>
obj= <AccountName|ObjectName>
       (default = LocalSystem)
DisplayName= <display name>
password= <password>

原来是用VSS的,最近公司需要加装SVN,可是不会用,创建服务的时候出来以上注释,哪位高手教一下正确的服务创建语句?



© 本文为 cynthia3301SCMLife 共同所有,未经同意,请勿转载 ©如该文侵犯了您的版权,请联系管理员

TOP

终于把服务给开上了......下面要怎么办呀......高手指教呀............



© 本文为 cynthia3301SCMLife 共同所有,未经同意,请勿转载 ©如该文侵犯了您的版权,请联系管理员

TOP

开了服务之后建个库或者导入一个库都可以啊



© 本文为 karmicoSCMLife 共同所有,未经同意,请勿转载 ©如该文侵犯了您的版权,请联系管理员

TOP

网上有很多这方面的资料阿

© 本文为 visuallion 所有,未经同意,请勿转载
©如该文侵犯了您的版权,请联系管理员

TOP

为什么我的服务启动不了?明明已经创建好的服务,net start svnservice之后系统提示“系统找不到指定的路径”?

© 本文为 cynthia3301 所有,未经同意,请勿转载
©如该文侵犯了您的版权,请联系管理员

TOP

发新话题