Olaf van der Spek wrote:
> SteveKing wrote:
>
>> Olaf van der Spek wrote:
>>
>>> SteveKing wrote:
>>>
>>>> If you enter an URL, you _must_ properly escape it! That means, a
>>>> space becomes %20 (e.g. version%205.0). Everything else is _not_ an
>>>> URL and therefore won't work.
>>>
>>>
>>>
>>>
>>> Any chance to get auto-escaping?
>>
>>
>>
>> Already done. But it only works if the URL/Path doesn't have any "%"
>> chars in it. If such a char is found, then TSVN assumes that it's
>> already escaped.
>
>
> To improve auto-escaping, you could escape any illegal character (except
> '%').
Want to submit a patch for that? Check out the methods
IsEscaped() and PathEscape() in the Utils.cpp in the TortoiseProc folder.
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Aug 9 18:52:18 2004