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,可是不会用,创建服务的时候出来以上注释,哪位高手教一下正确的服务创建语句?
