[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: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2006-08-31 08:02:21 CEST

Daniel Berlin wrote:
>> I will dig to the history.
>> With my current patch may be having a hash table of 'txn id'(char*) Vs
>> 'mergeinfo(apr_hash_t*) at the fsap_data should take care of the
>> multiple transaction issue too, as each txn will have its own 'id'.
>>
>> Will evaluate the history and try the above thing and post back to
>> the list.
>
> It's still not going to work.
> Again, you can do the following, and it is supposed to work:
>
> Start an svn transaction in one process
> Close the transaction
>
> Start a new svn process
> Reopen the old transaction
> Commit it
>
> If you store it in memory only, this will not work.
Can you give a usecase where this is needed?
I remember 'svnadmin lstxns/rmtxns' needs this disk based storage.
I do not think someone would need to see the 'mergeinfo hash' from the
svnadmin tool, so it can be stored in memory.

With regards
Kamesh Jayachandran
>
>>
>> With regards
>> Kamesh Jayachandran
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 31 08:02: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.