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

Re: strange entry in a dir, cannot be deleted

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-06-26 17:06:03 CEST

Francois Beausoleil wrote:

>Hello Gilbert,
>
>Might want to try again, from the Win32 command line, but this time, use
>the actual ASCII codes. Here's what I propose:
>svn delete "https://.../gamesales/
>
>Then, hold down your left Alt key, and on your numeric keypad, type 128.
>This is the decimal code of %80, which is 0x80. Here's the table to use:
>
>%80 = 128 (Ç)
>%ed = 237 (Ý)
>%f9 = 249 (¨)
>
These aren't ASCII codes.

>Then, close the quote and execute the command.
>
>What you are seeing is the URL encoded form of the ASCII characters named
>above.
>
To avoid any confusion, I must point out that ASCII only defines codes
between 0 and 127, inclusive.

First of all, you have to find out what actually happened. How did you
find out the URL of that file? The one you gave isn't encoded in UTF-8
(the leading 0x80 isn't a valid UTF-8 code), so you must figure out what
the encoding is. Once you do that, François' recipe would probably work.

I wonder what TortoiseSVN is doing with the filenames under the hood...

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 26 17:07:09 2003

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

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