iF.SVNAdmin “You don't have the permission to create this access path: springboot001:/branches” “您并无权限进行该访问路径的创建”

2020-07-18 13:40:42

 

今天尝试自己搭建docker下的svn服务端,选用带有http服务的相应版本;

参考链接:。。。

 

在配置后,尝试通过配置页面进行相关的后台管理。

中间过程省略,主要是经过各种配置与相关测试。【这个网页版的管理感觉还是挺方便的,不需要手动修改配置文件】。。。

后来又新建的一个项目,然后问题来了,对应的访问路(Access Path)径不能创建。

“You don‘t have the permission to create this access path: springboot001:/branches”

“您并无权限进行该访问路径的创建”

 

经过多方查询,相关的解决方案并不多,难道是这软件有点儿小众?抑或这个问题着实不容易出现?这里我也讲不明白。

总之,在开源项目 mfreiholz / iF.SVNAdmin下找到一个解决方案,本人的情况与这个一样,得以解决。他人需要自行甄别。

https://github.com/mfreiholz/iF.SVNAdmin

iF.SVNAdmin  “You don't have the permission to create this access path: springboot001:/branches”  “您并无权限进行该访问路径的创建”

 

 "If you set the user "admin" as project-manager of repository "longtu_operationproject:/", he is not longer able to create access-paths for any other repository."

理解一下就是,“admin用户已经分配为某个项目的项目经理,不再拥有可以创建其他仓库的访问路径的权限”。

 

如果你也是这样的情况,可以自行解除相应项目下的admin用户对应项目经理。

iF.SVNAdmin  “You don't have the permission to create this access path: springboot001:/branches”  “您并无权限进行该访问路径的创建”

 

 以上。见查询不易,故做记录,便于有需要的朋友解决问题。

 

【转载注明】

 

iF.SVNAdmin “You don't have the permission to create this access path: springboot001:/branches” “您并无权限进行该访问路径的创建”

上一篇:Centos7通过yum安装mysql5.7


下一篇:解决MySQL 8.0 设置简单密码报错ERROR 1819 (HY000): Your password does not satisfy the current policy require...