sc create svnserve binPath= "\"C:\Program Files\subversion\bin\svnserve.exe\" --service --listen-host=0.0.0.0 --root c:\svnrootpath" DisplayName= "Subversion" depend= tcpipIf there would not be the option--listen-host=0.0.0.0, svnserve listens on IPv6 address only. Then, Tortoise SVN failed to connect the service. (IPv6 address [::] was failed...)
No comments:
Post a Comment