Re: Branching and URL-encoding
Stefan Küng <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.tortoisesvn.devel |
|---|---|
| Message-ID | <[email protected]> |
On 14.11.2016 09:50, Oddvar Kloster wrote:
> I tried to branch to "branches/Branch at 20%cake".
> (It was visible in the first line of img2.png. Sorry if that was a bit cryptic.)
> In the Copy to scenario, I chose "branches/Branch with space and 25%cake".
The problem here is that %ca is a valid escape sequence, so it is not
escaped again (the percent sign is not escaped, because it is assumed
that %ca is already an escaped char).
I can improve the situation a little bit, but it's impossible to catch
all situations...
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest interface to (Sub)version control
/_/ \_\ http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3193814
To unsubscribe from this discussion, e-mail: [[email protected]].