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

Re: Problem : svn: working copy locked:

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-01-09 18:37:32 CET

solo turn <soloturn99@yahoo.com> writes:

> i would consider it more user-friendly, if svn does the svn cleanup
> itself and not bring the error to the user. or do i not see something
> which prevents this?

There was a long discussion last year about using a signal handler.
The problem is getting the signal handler to interact with multiple
threads, there was opposition to a single global handler. Solving
that probably involves passing a svn_context_t parameter through the
client and wc libraries.

On Unix a SIGKILL will leave locks whatever we do, or are you
suggesting that the *next* command should run cleanup automatically?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jan 9 18:38:20 2003

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

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