Fossil SCM
fossil mangles autosync url
Fixed
21447822de6be06…
· opened 15 years, 7 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Severe
- Resolution
- Fixed
- Subsystem
- —
- Created
- Sept. 2, 2010 11:25 p.m.
In the latest snapshot build of fossil, I get problems with URLs in autosync:
PS C:\rev\src\capstray> fossil ver
This is fossil version [ac8c21b986] 2010-09-02 10:28:21 UTC
PS C:\rev\src\capstray> fossil update trunk
Autosync: http://rev:password%40svn.thereverend.org%3A8080/capstray
Bytes Cards Artifacts Deltas
Send: 146 2 0 0
c:\rev\bin\fossil.exe: can't resolve host name: rev
i think the %40 for '@' and %3A for ':' is confusing autosync. anyhow it is inconsistently applying %3A.
rwilson added on 2010-09-02 23:37:14:
It looks like fossil remote-url is also adversely affected. All of those +++ symbols below are some bazaar side effect. I didn't type them in or redact any of it.
PS C:\rev\src\capstray> fossil remote-url http://rev:[email protected]:8080/capstray http://rev:0password+++++++++++++++++++++++++++++++++++++revvn.thereverend.org%25 PS C:\rev\src\capstray> fossil update trunk Autosync: http://rev:0password+++++++++++++++++++++++++++++++++++++revvn.thereverend.org%25 Bytes Cards Artifacts Deltas Send: 146 2 0 0 c:\rev\bin\fossil.exe: can't resolve host name: rev