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

Re: svn commit: r927552 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 26 Mar 2010 11:57:16 +0000

gstein_at_apache.org writes:

> Author: gstein
> Date: Thu Mar 25 19:24:42 2010
> New Revision: 927552
>
> URL: http://svn.apache.org/viewvc?rev=927552&view=rev
> Log:
> Break out the guts of svn_wc__db_wq_add() into an internal helper function
> for future support where work items are passed into db_op_*().
>
> * subversion/libsvn_wc/wc_db.c:
> (add_single_work_item): new helper function to insert a single row into
> the WORK_QUEUE table.
> (add_work_items): new function to insert 0 or more work items into a
> given SDB.
> (svn_wc__db_wq_add): gut this and just call add_work_items()
>
> Modified:
> subversion/trunk/subversion/libsvn_wc/wc_db.c

This causes db-test to fail. svn_wc__db_wq_add used to accept atoms
and now requires a list.

-- 
Philip
Received on 2010-03-26 12:57:52 CET

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.