1. 下載並安裝 TortoiseSVN
2. 開啟 cmd 輸入以下指令(全部為一行)
sc create "svnservice" binpath="C:\Program Files\TortoiseSVN\bin\svnserve.exe --service --listen-port 8888 --listen-host 0.0.0.0 -r C:\SVNRepository" displayname= "SVNService" depend= Tcpip
指令解說
svnservice 為 windows 服務的真正名稱
binpath 輸入要執行的程式
C:\Program Files\TortoiseSVN\bin\svnserve.exe 是 TortoiseSVN 的 serv 執行檔路徑
後方帶的參數有 port、hostip、SVN資料夾路徑
SVNService 為 windwos 服務顯示的名稱
沒有留言:
張貼留言