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

[late] design consideration: concurrent processing

From: Sadinoff, Daniel <daniel.sadinoff_at_gs.com>
Date: 2001-08-01 20:41:34 CEST

I've been lurking here for some time, rooting for you guys to come and
deliver us all from CVS, but I just noticed a wart on CVS that I'm not sure
y'all are thinking about.

Stop me if this has come up, or is somehow irrelevant to subversion, or I'm
making a mountain out of a molehill.

I just ran two "cvs tag" operations concurrently in the same checkout area
(wanting to mark the same source with two different tags), and got one of
these:

    cvs [tag aborted]: cannot rename file CVS/Entries.Backup to CVS/Entries:
No such file or directory

I imagine that the two processes arrived in the same directory, individually
create a "CVS/Entries.Backup" file and try to do a rename, with the last one
losing.
Now, even if my theory of CVS is wrong, and I had an "rm" going in the
background, the issue stands:

   Any svn command that is not "reentrant", in the sense that it requires a
local checkout area, *and writes to it*, ought be documented as such.

My impression is that the svn commands are [going to be?] categorized
according to whether they need a local area or not, but I couldn't find
where it might say whether they're read-only. Perhaps I'm conflating the
client API with the standard CLI client. It ought to go without saying that
multiple read-only local-area-requiring commands ought to be able to run
concurrently without any problems.

I think that the "parallel processing" use case ought to be in the minds of
the coders, but if the design of subversion makes it bulletproof, then
great.

--
Danny Sadinoff    Goldman, Sachs & Co.
212-357-9608     daniel.sadinoff@gs.com
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:34 2006

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.