[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: %20 URL bug

From: Nick Gilbert <nick_at_x-rm.com>
Date: 2006-11-21 18:08:18 CET

> After expanding it, it becomes:
> - "svn://wxpore0486"
> - "Board%20Testing%20Framework"
> - "trunk"
> "Error * URL 'svn://wxpore0486/Board%2520Testing%
> 2520Framework/trunk' non-existent in that revision"
>
> You see: %20 had been replace by %2520 !!

%25 is the URL encoding for a % sign. It looks like the bug is that it
re-encodes the url which has already been encoded. This is why %20 turns
into %2520.

Nick...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Nov 21 18:10:00 2006

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.