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

Re: [TSVN] Problem with nightly build.

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-05-07 10:12:08 CEST

Filipe Fernandes wrote:
> Using TSVN 1.20 nightly build r3263
> Windows XP PRO SP2
>
> I've just installed it and found this build to be a bit unstable.

To say the least ;)

> I have a couple of projects checked out onto the desktop but I noticed
> no overlay. When I tried to refresh the desktop, the mouse cursor
> remained at the hour glass, and the desktop was unresponsive.

Yep, just noticed that too. Seems having working copies directly on the
desktop triggers all kinds of weird stuff. This doesn't happen if you
have your working copies *not* on the desktop.

> I know as a developer, this doesn't mean much without a stack
> trace. Will try to compile TortoiseSVN over the weekend and try
> for a stack trace.

A good description on how to reproduce a certain behaviour is sometimes
better than a stacktrace. Thanks for that!

The deadlock occurs again in SHChangeNotify(). Seems the shell doesn't
like it if we send notifications from the same thread it requests *any*
file status (not just the file it asks for as I assumed).

So, to get rid of those deadlocks once and for all, I've now created a
separate thread in the cache from where the notifications are sent.
This is done in revision 3264.

> ps: The problem with the settings dialog that was to be corrected
> in revision 3262 is still present. This concerned selection of
> the overlay dialog and then requesting to save to an 'empty set'
> without any changes being made.

Arrgh! Stupid typo in the code.
Fixed in revision 3265.

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 Sat May 7 10:12:25 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.