Linux svn https代理错误处理外部定义

Linux svn https代理错误处理外部定义,linux,svn,ssh,proxy,ssh-tunnel,Linux,Svn,Ssh,Proxy,Ssh Tunnel,SVN服务器位于内部工作网络上。使用linux工作站,我只能通过SSH访问服务器的内部网络 我已在工作站上创建了一个ssh隧道,其中包括: ssh-Nf-L443:svn.server:443name@network_access.server 使用以下命令提供有关svn目录的信息: svn信息https://localhost/directory/trunk 使用: svn公司https://localhost/directory/trunk测试 将拉出主干内的多个文件夹,然后在出现以下消息之

SVN服务器位于内部工作网络上。使用linux工作站,我只能通过SSH访问服务器的内部网络

我已在工作站上创建了一个ssh隧道,其中包括:

ssh-Nf-L443:svn.server:443name@network_access.server

使用以下命令提供有关svn目录的信息:

svn信息<代码>https://localhost/directory/trunk

使用:

svn公司<代码>https://localhost/directory/trunk测试

将拉出主干内的多个文件夹,然后在出现以下消息之前停止

svn:警告:处理的外部定义时出错 “测试/中继/折叠”:

svn:警告:选项'https://svn.server.com/directory/trunk’:可以 无法连接到服务器(https://svn.server.com)

非常感谢您的帮助