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

Re: VS: "Can't recode string"

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-03-02 16:40:59 CET

Garrett Rooney wrote:

> On the other hand, I'm not sure if they're right that it's a server
> problem. It is quite likely to be a client side problem, and in that
> case the lack of the apr-iconv modules or APR_ICONV_PATH on the
> windows system could quite easily cause the problem.

TSVN uses a patched version of apr-iconv, which doesn't use
APR_ICONV_PATH. The reason for this is that apr-iconv links against a
c-runtime lib, and on Windows there are several of those (each VS.NET
version has its own newer version). And using APR_ICONV_PATH just causes
troubles: any app that gets installed will overwrite the path, and then
TSVN would have to use those other iconv modules. Or other apps would
have to use the ones TSVN installed. Both options can cause problems
with missing or incompatible c-runtimes (especially if you don't install
the runtimes in the WINDOWS or SYSTEM32 folder, which e.g. for the 7.1
version you should not do according to MS).

That's why I don't think it's a problem on the client side.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 2 17:27:10 2006

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

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