日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

SVN Could not open the requested SVN filesystem解决办法

發布時間:2023/12/9 编程问答 43 豆豆
生活随笔 收集整理的這篇文章主要介紹了 SVN Could not open the requested SVN filesystem解决办法 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

如果TortoiseSVN的版本過高,而SVN服務器的版本過低有可能造成,創建的資源庫無法訪問(SVN Could not open the requested SVN filesystem)。因此版本要相符。當然為避免上面的問題也可以直接用命令來創建,在命令行窗口,轉到svn的bin下,svnadmin create d:/svn/repository

或者是由于在配置apache的httpd.conf文件出錯

Exception: Unable to load the output from svn: <?xml version="1.0"?> 首先要看ccnet.config中配置是否正確

<sourcecontrol type="svn">
<trunkUrl>http://10.2.3.23:81/svn/StartKit</trunkUrl>
<executable>C:/Program Files (x86)/VisualSVN Server/bin/svn.exe</executable>//該路徑是安裝svn服務器的bin目錄
<username>wxm</username>
<password>weixiaomei</password>
</sourcecontrol>
<tasks>
<msbuild>
<executable>C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe</executable>
<workingDirectory>C:\Program Files (x86)\CruiseControl.NET\server\StartKit\WorkingDirectory</workingDirectory>
<projectFile>StartKit.sln</projectFile>
<buildArgs></buildArgs>
<logger>C:\Program Files (x86)\CruiseControl.NET\server\ThoughtWorks.CruiseControl.MsBuild.dll</logger>
<targets>Build</targets>
</msbuild>
</tasks>

首先ccnet要將版本庫中代碼,也就是<trunkUrl>http://10.2.3.23:81/svn/StartKit</trunkUrl>中的代碼拷貝到<workingDirectory>C:\Program Files (x86)\CruiseControl.NET\server\StartKit\WorkingDirectory</workingDirectory>中,要編譯的項目即<projectFile>StartKit.sln</projectFile>

所以目前一定要保證在代碼庫拷貝出來的有該項目,若果有該項目,則一定是拷貝過程錯誤,如果svn服務器無法訪問(TortoiseSVN的版本過高,而SVN服務器的版本過低有可能造成)則要重新安裝版本,使TortoiseSVN和svn服務器版本一致,要么就是apche配置錯誤,因為安裝apche后才能以web方式訪問svn(即用http形式訪問)

?

如果配置都沒錯那就要改換版本,提供VisualSVN Server版本2.5.6,CruiseControl.NET-1.4.4http://sourceforge.net/projects/ccnet/files/CruiseControl.NET%20Releases/CruiseControl.NET%201.4.4

參考:http://hi.baidu.com/handsomeguy/item/b9cc5e48f7ec120fc11613b5

http://wowking.blog.51cto.com/1638252/940070

http://www.uml.org.cn/jchgj/200904082.asp

轉載于:https://www.cnblogs.com/GreenGrass/archive/2012/10/11/2719480.html

總結

以上是生活随笔為你收集整理的SVN Could not open the requested SVN filesystem解决办法的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。