I checkout source code to centos machine use svn. my repo url:
https://121.5.21.250/!/#wms/view/head/trunk/WMS_SOURCE/AllInOne/WMS_WS.zip
This url contain special character: "!".
I use this svn command to checkout:
svn co https://121.5.21.250/\!/#wms/view/head/trunk/WMS_SOURCE/AllInOne
I got error:
svn: URL 'https://121.5.21.250/!/#wms/view/head/trunk/WMS_SOURCE/AllInOne' is not properly URI-encoded
Please help me.