【发布时间】:2013-11-15 10:31:43
【问题描述】:
我试图通过 CYGWIN 访问源代码存储库,就在我通过 Windows 资源管理器成功签出文件之后,但它一直给我一个“在 CYGWIN 中找不到主机错误”。
尝试在 CYGWIN 中执行 svn co 命令以进行结帐。
在 SVNTortoise 网络设置中,我已经包含了我的代理服务器和用户名/密码。
请让我知道我在这里缺少什么。 以下是我这样做时 cygwin bash 的确切场景:
bash-3.2$ cd
bash-3.2$ svn --version
svn, version 1.6.3 (r38063)
compiled Jul 9 2009, 10:30:30
Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).
The following repository access (RA) modules are available:
* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
- handles 'http' scheme
- handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
- with Cyrus SASL authentication
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
- handles 'http' scheme
- handles 'https' scheme
bash-3.2$ svn co http://repositoryname/checkoutfile
svn: OPTIONS of 'http://repositoryname/checkoutfile': Could not resolve hostname `repositoryname': Unknown host (htp://repositoryname.com)
【问题讨论】:
-
http 更改为 htp 以逃避 url 发布限制! :D
-
我已经格式化了您的输出并重新引入了缺失的 't's。
-
我正在寻找这个答案的解决方案......你有没有得到任何地方?
标签: linux windows svn cygwin tortoisesvn