Re: Subversion 0.13.0 [Pre-Alpha] released - a report on successes and problems
From: Jonathan Leffler <jleffler_at_us.ibm.com>
Date: 2002-06-20 00:03:11 CEST
Sorry about the way Lotus Notes handles embedded messages...
Another question about 'svn up' - what prevents concurrent execution of
svn up & sleep 1 && svn up
I didn't get an error about "already in use" (at least, not explicitly); I
subversion/libsvn_wc/adm_files.c:555
What about concurrent runs of update and commit? I fully accept that the
If you don't have (plans for) a mechanism in place yet, then maybe you
-- Jonathan Leffler (jleffler@us.ibm.com) STSM, Informix Database Engineering, IBM Data Management Solutions 4100 Bohannon Drive, Menlo Park, CA 94025 Tel: +1 650-926-6921 Tie-Line: 630-6921 "I don't suffer from insanity; I enjoy every minute of it!" Ben Collins-Sussman To: Jonathan Leffler/Menlo Park/IBM@IBMUS <sussman@collab.n cc: SVN Dev List <dev@subversion.tigris.org>, users@subversion.tigris.org et> Subject: Re: Subversion 0.13.0 [Pre-Alpha] released - a report on successes and Sent by: problems sussman@collab.ne t 06/19/02 01:18 PM "Jonathan Leffler" <jleffler@us.ibm.com> writes: > OK - svn cleanup did the trick. The residual question is "should I > have had to do that", to which I don't know the answer but it > doesn't feel quite right if that is necessary just because of an > interrupt. Yes, that's a good philosophical question. :-) In theory, 'svn up' could start out by running 'svn cleanup' internally... searching for any locks or logs, just like a journaling filesystem does when you boot it up. I think the reason we're not doing that (yet) is that we want to know when a working copy gets into a cleanuppable state. In other words, it helps developers find bugs, at a convenience cost to users. Maybe we should change this policy at some point... --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Jun 20 00:01:20 2002 |
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.