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

Re: [TSVN] Tortoise Crashes on XP

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-06-03 17:59:22 CEST

Eric Brown wrote:
> Hello again-
>
> I dug out an old floppy drive and pulled the crash report. Please see attached.

Thanks for that one! The reason for the crash is that the API function
localtime doesn't return valid data, which (according to the docs) only
can happen if the API 'time' returns a time/date before 1.jan.70.
So you should check the time on that computer where TSVN crashes.

As a workaround, use the registry editor to create the following DWORD
value:
HKCU\\Software\\TortoiseSVN\\CheckNewer
and set this value to 0.

I've added a check to avoid such a crash in the future in revision 3619.

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 Fri Jun 3 17:59:56 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.