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

Re: [TSVN] Problems with special characters in filenames shown Repo-Browser

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-07-05 18:55:12 CEST

Thomas Huss wrote:
> Hi all,
>
> I have checked into the Repository some files named like :
>
> %1000.iso
> %1001.iso
> %1002.iso
> (...)
>
> There is no proplem to check in / checkt out those files.
> But, the problem is : the Repo-Browser does not show the file name correctly.

Sure. The '%' char is used to escape special chars in URL's. So %1 gets
escaped to the the char with bytecode 1.
There's nothing TSVN can do about that. Well, it could, but then the
escaped URL's couldn't be shown and people complained about that too.

> Probably there is a problem with the percent-charackter (%)
> The %-sign is not shown and the number after that is not correct either.
> The file and it's content does not get broken, the problem is just in the
> Repository Browser. Repo-Browser can not show the correct file name.
>
> With other files like Text001.TXT I don't have any problem, just with all %*.*
> files.
>
> I am using
> TortoiseSVN 1.1.7, Build 3240, UNICODE
> Subversion 1.1.4,

Try a nightly build. There were some improvements in that area, but I
guess it still won't work properly with such filenames...

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Jul 5 19:26:30 2005

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.