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

Re: [TSVN] odd behaviour

From: Stefan Küng <stefan.kueng_at_wagner-group.ch>
Date: 2004-08-05 10:58:26 CEST

Steven Higgan wrote:

> Just some odd logic behavior
>
> Select commit on the root of a large versioned project
> Dialogue box comes up. OK, CANCEL buttons disabled (why can't you cancel
> yet?)

Because there's a thread running gathering all statuses. And that
subversion function isn't interruptable. So if you would press "cancel"
and TSVN actually would cancel (i.e. quit), then it would crash because
the running thread would be killed without having it cleaned up used
handles, open files, ...

> Type something into commit log (while list is yet to be populated), OK
> button Enabled, CANCEL button disabled (not good).

Fixed already in HEAD.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Aug 5 18:47:15 2004

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.