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

Re: [PATCH] [merge-tracking] in memory mergeinfo hash for fs_fs

From: Daniel Berlin <dberlin_at_dberlin.org>
Date: 2006-08-30 16:17:48 CEST

On 8/30/06, Kamesh Jayachandran <kamesh@collab.net> wrote:
> Hi All,
> Found a way to cache 'mergeinfo hash' across transactions in memory.

As i've explained before, this is not going to work. You have
absolutely no guarantees that the shared fs pointers are not going to
be used for different things, like creating two transactions at the
same time. If you look at the history of the code, you'll see we did
this in the past, and then stopped because it is broken.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 30 16:46:52 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.