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

Re: svn commit: rev 5361 - trunk/subversion/mod_dav_svn

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-03-17 21:50:20 CET

Branko ÄŒibej <brane@xbc.nu> writes:

> So I suggest we put the UUID in a file *in addition* to its being
> stored in a table. There'd be some work involved in maintaining that
> value (e.g., "svnadmin create" and "svnadmin load" would have to
> copy it out of the table in the FS), but I think that's not too
> hard.

Can the update process be atomic? Suppose a process is interrupted
while setting the UUID. Subversion really ought be able to guarantee
that the UUID has either been changed to the new value or remains
unaltered.

I suppose we could use rules that allow the file, say, to be optional.
Then the update process is delete the file, update the table, create a
new file. Essentially the file is an optional cache of the value in
the table.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 17 21:51:36 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.