[run-svn.sh]

This commit is contained in:
Gogs 2019-10-05 23:16:05 -04:00
parent 4750a6a936
commit 07558b8f6b

View File

@ -1 +1,2 @@
pm2 start -x 'svnserve' -n svn -- -d -r ./svn.repo
# 不能用 PM2 启动会报错端口号被占用。可能因为svnserve本身就已经是服务。
svnserve -d -r ./svn.repo