26 Mar 2000 10:27
Re: svn commit: r1081528 [1/2] - in /subversion/trunk/subversion/libsvn_wc: wc_db.c wc_db_pristine.c wc_db_private.h wc_db_txn.c
Daniel Shahaf <d.s <at> daniel.shahaf.name>
2000-03-26 08:27:22 GMT
2000-03-26 08:27:22 GMT
log msg += wc_db_pristine.c hwright <at> apache.org wrote on Mon, Mar 14, 2011 at 19:32:04 -0000: > Author: hwright > Date: Mon Mar 14 19:32:04 2011 > New Revision: 1081528 > > URL: http://svn.apache.org/viewvc?rev=1081528&view=rev > Log: > Fix the svnversion test 1 failure introduced in r1081510. This involves > exposing the wc_db txn handler to the larger library, rather than just > wc_db.c. > > One of the pristine handling functions was using an SQLite txn, which > couldn't be nested. This change allows that txn to be nested. > > * subversion/libsvn_wc/wc_db_txn.c: > New, copied from wc_db.c, and everything but the txn handling stripped out. > > * subversion/libsvn_wc/wc_db_private.h > (svn_wc__db_txn_callback_t, svn_wc__db_with_txn): New. > > * subversion/libsvn_wc/wc_db.c > (db_txn_callback_t, txn_baton_t, run_txn, with_db_txn): Remove. > [elsewhere]: Update callers to new function name. > > Added: > subversion/trunk/subversion/libsvn_wc/wc_db_txn.c > - copied, changed from r1081515, subversion/trunk/subversion/libsvn_wc/wc_db.c > Modified:(Continue reading)
RSS Feed