Re: svn commit: r932796 - /subversion/trunk/subversion/libsvn_wc/wc_db.h
From: Greg Stein <gstein_at_gmail.com>
Date: Sat, 10 Apr 2010 20:41:31 -0400
On Sat, Apr 10, 2010 at 18:08, <stsp_at_apache.org> wrote:
Upon reflection, this approach will cause atomicity problems. The
If you look at svn_wc__db_base_add_*(), they have a parameter named
What I would like to suggest is a "conflict builder" set of APIs that
svn_skel_t *conflict = svn_wc__builder_create(result_pool);
/* conflict == (()), representing (OPERATION) and OPERATION=() */
SVN_ERR(svn_wc__builder_set_update_op(conflict, base_revision,
I don't think we need anything fancier than an svn_skel_t for the
Whatcha think?
Cheers,
|
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.