美文网首页
linux下SVN服务器搭建

linux下SVN服务器搭建

作者: 有bear来啊 | 来源:发表于2018-02-24 10:29 被阅读0次

1.linux 下svn搭建教程 https://www.cnblogs.com/skying555/p/6799615.html
2.eclipse 导出项目到svn http://blog.csdn.net/hawanglc/article/details/54379219

注意事项
a.Eclipse svn插件或者软件查看版本历史时Item is not readable, 在svnserve.conf 文件中,设置anon-access = none,如果有的把注释去掉,没的自己手动加进去就可以了.
b.权限配置时 没有groups 文件 就不要把 groups-db=groups 的注释去掉 否则报Invalid authz configuration
c.[repos:/test]
d.svnauthz-validate 命令可以校验authz文件格式

相关文章

网友评论

      本文标题:linux下SVN服务器搭建

      本文链接:https://www.haomeiwen.com/subject/nmxfxftx.html