在 Xcode 中配置网络代理设置以进行 SVN 连接
我尝试在 Xcode 3 和 Xcode 4 中配置 SVN 存储库,但在这两个版本中我都收到“选项丢失:”的错误,同时我尝试在帮助下通过命令行从 svn 中签出代码SVN 具有正确的网络代理命令,它正在工作。我使用了以下命令:
svn --config-optionservers:global:http-proxy-host=proxy_url --config-option servers:global:http-proxy-port=port_no checkout https://repository_urlfoldername
我的问题是如何实现使用xcode有同样的效果吗?
I tried to configure the SVN repository in my Xcode 3 and Xcode 4 but in both versions i am getting the error that "Options are missing:" and at the same time i tried to checkout the code from my svn through command line with the help of SVN with proper network proxy commands it is working.I used the below command:
svn --config-option servers:global:http-proxy-host=proxy_url --config-option servers:global:http-proxy-port=port_no checkout https://repository_url foldername
My question is how to achieve the same thing using the xcode?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否在 Xcode 中使用类似“svn+ssh://[电子邮件受保护]…”?
Do you use in Xcode an URL like "svn+ssh://[email protected]…"?