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

Re: Tests fail on Win32 with ra_dav and fsfs

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-05-15 20:34:32 CEST

I wrote:
> * Clarify what happens to the txn ID after a successful commit...
> * Change FSFS not to purge the transaction on svn_fs_commit_txn.
> * Change the libsvn_repos commit editor to re-open and purge the
> transaction after committing it.

I had a closer look at mod_dav_svn and discovered that it keeps a
little mini-database mapping activity IDs to transaction IDs (because
activity IDs are client-specified and transaction IDs are
server-specified). This allowed me to develop a much simpler fix for
the problem, touching only mod_dav_svn. I did that in r9736.

The test suite passes over ra_dav with FSFS now except for log-tests 3
(log of an empty repository), which I will look into shortly.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 15 20:35:00 2004

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.