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

Re: Comparing versions of files with non english file names

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 12 Nov 2008 19:23:43 +0100

Alex wrote:
> Hello, sorry for my english.
>
> I have Ms Word file that placed in Subversion. File name consists of russian
> symbols. File has more than 2 versions.
>
> 1. When I compare head version of file using "Diff with previous version" -
> Subversion works ok.
>
> 2. When I compare two version of file using log (select two revision in log and
> use "Compare revisions" function) - Subversion report an error "File [file name
> using unicode character codes] does not exist. Cannot compare documents."
>
> I place diagnostic in file diff-doc.js and
> find out that in
> first case Subversion create temp file with name that consist of russian
> symbols,
> but in second case Subversion create a temp file with a name that consist of
> unicode codes (example %D0%A2.doc) of russian symbols. And as a result the file
> has name that longer than 256 symbols.
>
> How can I resolve this problem?

Fixed in r14596.

To avoid this problem, set your %TEMP% path to a shorter path.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net

Received on 2008-11-12 19:24:03 CET

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.