摘要:
1利用SVNListParentPath增加http浏览仓库根目录的功能使用SVNParentPath的时候,直接访问ParentPath的时候,总是得到以下错误提示: 403 Forbidden Forbidden You don't have permission to access /svn/ on this server. 下面的办法可以搞定它: 一、首先,Subversion1.3及以后版本支持SVNListParentPath ON,之前的版本只能使用PHP自己做。 二、Location 设置中最后要加上/,应该是<Location /svn/>而不是<L 阅读全文