"svn: E175012: Connection timed out" 当我编译我的第一个 Shogun 程序时

"svn: E175012: Connection timed out" when I compile my first Shogun program

我是新的Shogun用户,此外,这是我第一次使用SVN。(我认为问题是SVN而不是Shogun) 这些是我使用的环境:

现在我想开始一个简单的Shogun示例(在文档中复制)时遇到了麻烦,如下所示:

#include <shogun/base/init.h>
using namespace shogun;

int main(int argc, char** argv)
{
    init_shogun();
    exit_shogun();
    return 0;
}

然后,我尝试在 Vs 2013 中编译它,它告诉我:

1>  Generating version header
3>  Building Custom Rule E:/shogun/CMakeLists.txt
3>  CMake does not need to re-run because E:\shogun-configure\CMakeFiles\generate.stamp is up-to-date.
3>  Creating directories for 'MSIntTypes'
3>  Performing download step (SVN checkout) for 'MSIntTypes'
3>  svn: E170013: Unable to connect to a repository at URL ' http://msinttypes.googlecode.com/svn/trunk '
3>  svn: E175012: Connection timed out
3>  C:\ProgramFiles(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(170,5): error MSB6006: 
"cmd.exe" has exited. code is 1.

然后,我考虑可能是SVN的问题,我尝试检查一些存储库:
我先尝试checkout一个自己创建的repositories:'_http://burningbear:8443/!/#new_rep',可以正常checkout。
然后我尝试查看存储库:'_http://msinttypes.googlecode.com/svn/trunk',但是乌龟很长时间没有响应,然后它回复我:

 Command: Checkout from _http://msinttypes.googlecode.com/svn/trunk, revision HEAD, Fully recursive, Externals included  
 Error: Unable to connect to a repository at URL  
 Error:  '_http://msinttypes.googlecode.com/svn/trunk'  
 Error: Error running context: 你的主机中的软件中止了一个已建立的连接。(what I use is Chinese,it means "the software in your host stop an connected connection")  

在中国,除非我们使用VPN,否则我们无法访问googlecode,所以我更改了服务器,启用代理服务器,以下是我的设置:

  Server address: 127.0.0.1  
  Port: 8087

然后我再次尝试结帐:

当我查看 _http://msinttypes.googlecode.com/svn/trunk

 Checkout from _http://msinttypes.googlecode.com/svn/trunk, revision HEAD, Fully recursive, Externals included
 Unable to connect to a repository at URL'_http://msinttypes.googlecode.com/svn/trunk'
 The HTTP method 'OPTIONS' is not allowed on '/svn/trunk'

当我更新我之前结帐的存储库时(URL 是 :_http://burningbear:8443/!/#new_rep)。它移动缓慢,我花了大约半个小时,SVN 告诉我:“2 kBytes 在 20 分 2 秒内传输

  Command: Update  
  Updating: E:\test2  
  Error: Unable to connect to a repository at URL 'https://burningbear:8443/svn/new_rep'  
  Error: Connection timed out  
  Completed!:   

现在,我不知道出了什么问题。我花了几天时间,我仍然无法解决。请帮我!提前谢谢你! (我现在不能 post 超过 2 个链接,所以上面的所有 URL 我在 'http' 之前添加了一个 '_' 标记)

不幸的是,

目前无法在 Windows 上原生编译 shogun。虽然你的问题似乎是不相关的,并且它与 svn 失败,这很奇怪,因为 shogun 的官方回购使用 git: http://github.com/shogun-toolbox/shogun/

周末在shogun的原生Windows支持上工作,你可以在官方仓库的feature/windows分支中找到它:https://github.com/shogun-toolbox/shogun/tree/feature/windows

UPDATE: 功能分支已经合并到开发分支。从现在开始,shogun 可以在 windows 上本地编译。

Google 代码不再可用:http://msinttypes.googlecode.com/svn/trunk。这就是该工具无法访问 googlecode.com.

的原因