Ref T10923. Currently, when we %R ("readable") escape SVN SSH URIs (svn+ssh://...), they get quoted because they contain a +.
However, they don't need to be quoted, since + is not a special character in the shell.
Differential D15882
Allow "+" to remain unescaped by csprintf('%R', ...) epriestley on May 11 2016, 12:01 AM. Authored by Tags None Referenced Files
Subscribers None
Details Ref T10923. Currently, when we %R ("readable") escape SVN SSH URIs (svn+ssh://...), they get quoted because they contain a +. However, they don't need to be quoted, since + is not a special character in the shell.
Diff Detail
|