版本库控制
文章平均质量分 77
zhuxiang203
这个作者很懒,什么都没留下…
展开
-
Centos+Apache+ldap+ssl+svn
第一步:安装apache subversion yum install httpd yum install httpd-devel //用于开发Apache模块 yum install subversion yum install mod_dav_svn //Subversion与Apache之间的接口(通过它,Apache就可以访问版本库,可以让客户端也使原创 2014-07-23 18:08:04 · 647 阅读 · 0 评论 -
Complex ACLs in Apache Locations
So the problem I’m having is with limiting LDAP users access to WebDAV directories; specifically, how do I keep devs from committing to the release branch. The setup is each of the large Projects (Pro转载 2014-08-03 16:40:17 · 348 阅读 · 0 评论 -
svn备份脚本
#!/bin/bash #################################################################### # #本脚本通过参数 0 实现svnadmin hotcopy 的全量备份 # 通过参数 1 实现svnadmin dump 的增量备份 # #每天凌晨0时1分 执行svnbackup.sh 0 删除备份版本记录文件转载 2015-01-05 17:44:01 · 340 阅读 · 0 评论 -
svn常见问题及原因
1. svn: Server sent unexpected return value (500 InternalServer Error) in response to OPTIONS request for'http://svn.moon.ossxp.com/svn/test' 错误的用户名 检查登录的用户名是否输入错误 svn: 服务器发送了意外的返回值(500 Intern转载 2015-03-27 20:26:17 · 523 阅读 · 0 评论