Can't open file '/opt/svn/path/db/txn-current-lock': Permission denied
时间:2020-08-05 10:21:31
收藏:0
阅读:104
本来是用systemctl启动:
systemctl status svnserve.service
然后import导入的时候报了这个错:
检查了服务器conf下的配置,并没有问题,然后就一通百度,尝试了下老的启动服务方法解决问题了
先kill掉原来的svn进程,再使用老的命令启动:
sudo svnserve -d -r /opt/svn/autotest/
原文:https://www.cnblogs.com/jassa/p/13438014.html
评论(0)