我目前正在配置SubGit实例,该实例应与远程svn服务器同步。
问题是,在大约150000修订版转换为git提交后,它会中止以下消息:
error: svn: E175002: connection refused by the server
error: svn: E175002: REPORT request failed on '/svn/!svn/vcc/default'
error: Connection timed out: connect
error: Unexpected error has occured...
这个问题可能是什么原因?也许是因为我只能访问SVN中的一个特定项目路径?
答案 0 :(得分:0)
我有类似的问题。我的SVN服务器关闭时,对我来说是一个网络问题。一旦SVN服务器重新启动,一切都很好。