读书人

为什么小弟我本地配置的SVN在checkout

发布时间: 2012-02-27 10:00:22 作者: rapoo

为什么我本地配置的SVN在checkout的时候显示“Could not open the requested SVN filesystem”
snv-win32-1.5.5+TortoiseSVN-1.5.7.15182-win32+apache

为什么我本地配置的SVN在checkout的时候显示“Could not open the requested SVN filesystem”
而我直接用浏览器访问http://localhost/svn/的时候显示:

XML code
  <?xml version="1.0" encoding="utf-8" ?> - <D:error xmlns:D="DAV:" xmlns:m="http://apache.org/dav/xmlns" xmlns:C="svn:">  <C:error />   <m:human-readable errcode="720002">Could not open the requested SVN filesystem</m:human-readable>   </D:error>


我昨晚在家弄得也是这样,我以为是电脑以前配置环境的问题,今天到公司配置完了页显示这样了,请高手们帮帮忙,小弟谢谢了~~~

httpd.conf末尾添加的内容:
HTML code
<Location /svn>    DAV svn    SVNPath D:/AppServ/repository/    Options Indexes MultiViews</Location>


d:/appserv是服务器程序安装目录。

[解决办法]
哦,接分喽。
[解决办法]
谢谢分享……

读书人网 >CVS SVN

热点推荐