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

Re: Any luck with 1.3.0-rc1?

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-01-04 21:11:57 CET

Jan Normann Nielsen wrote:

> I just uninstalled TSVN 1.2.6, rebooted, installed TSVN 1.3.0-rc1 to try
> to locate the problem, and I think I did.
>
> Everything works fine until I choose to run TSVN in Danish (dansk). Then
> "SVN update" stops working. I get either timeouts trying to update my
> wc's, or TortoiseProc.exe crashes. With English, my wc is updated
> correctly without any problems.

That one took me quite a while to find:
the translation of the string
%I64d kBytes transferred
is wrong. In Danish, the string is
%l64d kBytes overfĝrt

Now, depending on your font, you won't see what's wrong. But there's a
small L instead of a big I as the second char!!
And %l isn't a valid sformat sequence, that's why it crashes.

Can someone please fix this? I don't want to meddle with po files when I
don't know the language.

> Even though Crashrpt.dll is in my bin folder, I get no option to send a
> crash report when TortoiseProc.exe crashes. I just get the standard
> dialog box (see attached file) asking me if I want to inform Microsoft
> about the error or not.

That's strange. I have no idea why it doesn't "work" for you. I've
already received several (I know, I know :( ) crashreports for RC1, so
it works for some other people.

Try the following:
cd c:\program files\tortoisesvn\bin
Tortoiseproc.exe /command:crash

If the crashreport dialog doesn't show up in that case either, you might
have disabled something which is needed for the crashreport dll to work.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed Jan 4 21:59:20 2006

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

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