centos svn杂记

服务器端安装svn启动后,客户端运行svn checkout提示“”权限不够”,需要如下处理:

在服务器端配置

永久关闭SELINUX:
vim /etc/selinux/config
修改为:
SELINUX=disabled
需要重启,测试正常。

 

更换svn服务器后,原来目录的svn uuid与服务uuid不一致,需修改服务器端uuid

//首先查看项目的所有者的uuid
[root@localhost ~]# svnlook uuid /var/svn/svnrepos/pixiu
2a2e805c-6ee8-4042-a87b-xxxxxxxxxxxx
[root@localhost ~]#
更新项目的uuid
svnadmin setuuid /var/svn/svnrepos/pixiu 69565c3a-37c3-4a74-b3c3-xxxxxxxxxxx

 

posted @ 2023-03-18 11:11  Ratooner  阅读(12)  评论(0编辑  收藏  举报