我们在工作时使用VisualSVN Server (Windows)服务器。它使用https://连接和SSL证书。在我们的Windows (7和8)工作站机器上,我们使用TortoiseSVN连接。在Windows上,我无法使用常规的SVN用户名和密码连接到这个SVN服务器(一开始),获得SVN错误:
Error during context: An error occurred during authentication
在Windows上,我们让它正常工作
因此,我们发现我们需要为这个域名提供一个(Windows)证书。就像这个网站上的建议:
在Windows上,我们打开Control
我已经在Centos上安装了svn服务器,并成功地在本地签出。但是,当我试图通过sliksvn命令行从windows签出它的公共IP时,会出现错误:
svn co http://mysvnhost/svn/repos
svn: E170013: Unable to connect to a repository at URL '...'
svn: E175009: The XML response contains invalid XML
svn: E130003: Malformed XML: no element found
我想我需要配置一些东西,通过http://或s