多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
[官网](http://svnmanager.sourceforge.net/index.php?page=install) yum install php-pear pear install VersionControl_SVN-0.4.0 yum install mod_dav_svn 配置 `vim /etc/httpd/conf.d/svn.conf` LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule authz_svn_module modules/mod_authz_svn.so <Location /repos/> DAV svn SVNListParentPath on SVNParentPath /web/svn/repos AuthType Basic AuthName "Yuanfeng SVN" AuthUserFile /web/svn/repos/passwdfile AuthzSVNAccessFile /web/svn/repos/accessfile Require valid-user </Location> [下载svnmanager](http://prdownloads.sourceforge.net/svnmanager/svnmanager-1.10.zip) 配置config.php //Subversion locations $svn_config_dir = "/web/svn/svnconfig"; $svn_repos_loc = "/web/svn/repos"; $svn_passwd_file = "/web/svn/repos/passwdfile"; $svn_access_file = "/web/svn/repos/accessfile"; 错误检测 cd /etc/httpd/modules ls | grep svn