type
status
date
slug
summary
tags
category
icon
password
前言:
欢迎您来到我的知识海洋~
安装svn
- 其他配置教程[开机启动] https://www.cnblogs.com/chen-lhx/p/5805716.html
- 启动服务器
svnserve -d -r /usr/svn/
- 查看运行状态
ps aux | grep svnserve
- 停止
killall svnserve
依赖nginx代理转向域名
- vi /etc/nginx/conf.d/svn_nginx.conf
- 验证ngxin nginx -t
- 重启nginx /etc/init.d/nginx restart
- 验证OK 重启失败
- 我这里同时启动 apache2 和nginx 因apache2无用我停止了
欢迎您在底部评论区留言,一起交流~
- 作者:Tdou
- 链接:https://www.tdouguo.com/p/ubuntu-svn.html
- 声明:本文采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。