svn url URI 编码不正确

svn url is not properly URI-encoded

我把源代码checkout到centos机器上用svn。 我的回购 url:

https://121.5.21.250/!/#wms/view/head/trunk/WMS_SOURCE/AllInOne/WMS_WS.zip

此 url 包含特殊字符:“!”。

我使用这个 svn 命令结帐:

svn co https://121.5.21.250/\!/#wms/view/head/trunk/WMS_SOURCE/AllInOne

我收到错误:

svn: URL 'https://121.5.21.250/!/#wms/view/head/trunk/WMS_SOURCE/AllInOne' is not properly URI-encoded

请帮助我。

“!/#”URLs 不是 Subversion 存储库 URL。它是 VisualSVN Server rich web interface 的 URL,具有语法高亮显示、日志查看器等

您可以通过单击 top-right 上的 "Checkout" 图标找到 Subversion URL: