[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-31 02:13:02 CEST

> 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.

>
> 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 02:13:45 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.