简体   繁体   中英

Visual SVN Server Not Start service on Windows Server 2008

When trying to install visual svn in windows server 2008 gives the following error:

VisualSVNServer.exe: Syntax error on line 20 of C:/Program Files (x86)/VisualSVN Server/conf/httpd.conf:
ServerRoot must be a valid directory

and line 20 contains

ServerRoot "C:/Program Files (x86)/VisualSVN Server"

Thanks

I think Eric's comment is right (minus the [foward|back]slash mixup). Try backslashes.

ServerRoot "C:\\Program Files (x86)\\VisualSVN Server"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM