Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 81E8B7671 for ; Mon, 24 Oct 2011 18:14:38 +0000 (UTC) Received: (qmail 72028 invoked by uid 500); 24 Oct 2011 18:14:38 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 72006 invoked by uid 500); 24 Oct 2011 18:14:38 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 71994 invoked by uid 99); 24 Oct 2011 18:14:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Oct 2011 18:14:38 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [66.111.4.29] (HELO out5.smtp.messagingengine.com) (66.111.4.29) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Oct 2011 18:14:32 +0000 Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 269BE209E2; Mon, 24 Oct 2011 14:14:11 -0400 (EDT) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute3.internal (MEProxy); Mon, 24 Oct 2011 14:14:11 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=date:from:to:cc:subject:message-id :references:mime-version:content-type:in-reply-to; s=mesmtp; bh= E4IJtJZ+PjdWRnNL4bcpgIROCeQ=; b=FObA5lTCtYJGIdlN0mUd/yPSFfxkWzM/ gYtPqO/VtqDflbYLHulZ9PkzR4cfLvRl3J7tvw5wMnCVQiMBLR97kKV4AQbUClcq QInWVgXFG9BwBNY+6wvtGcQKtGkFw1C6QG/RbXaL0BpPdrfzpWOt1fa/4BaNlrnL FjU+p+r3jJM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:from:to:cc:subject:message-id :references:mime-version:content-type:in-reply-to; s=smtpout; bh=E4IJtJZ+PjdWRnNL4bcpgIROCeQ=; b=aOPK9LeeP6FJ20GYBvxC3+8MZpqi qYKPFHaqw5cnt8oue/pH2+3L/w7/EPRpfk7UXO5Py9NOTFBBe6wnh3RL6rpYC/OO Vj+d3/ainmjbAxjfIO+I+OV8mTBwoBygdGyXVxT7nn2GYCvAVpGWlEshN76PECBG 19fIoX8NoPoldwI= X-Sasl-enc: QWMQBchzfLkRdHjwwS9VmD1j3+qbNaGTGHWXvtgtDDyiOvHcziJLGFSHl1qxgw 1319480050 Received: from daniel3.local (bzq-79-181-211-28.red.bezeqint.net [79.181.211.28]) by mail.messagingengine.com (Postfix) with ESMTPSA id 43F544834A4; Mon, 24 Oct 2011 14:14:09 -0400 (EDT) Date: Mon, 24 Oct 2011 20:13:06 +0200 From: Daniel Shahaf To: dev@subversion.apache.org Cc: commits@subversion.apache.org, Hyrum K Wright Subject: Re: svn commit: r1188256 - in /subversion/trunk/subversion: include/ libsvn_client/ libsvn_delta/ libsvn_ra_neon/ libsvn_ra_serf/ libsvn_ra_svn/ libsvn_repos/ libsvn_wc/ svnrdump/ svnsync/ Message-ID: <20111024181306.GA10192@daniel3.local> References: <20111024174807.E3D81238888F@eris.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111024174807.E3D81238888F@eris.apache.org> User-Agent: Mutt/1.5.20 (2009-06-14) hwright@apache.org wrote on Mon, Oct 24, 2011 at 17:48:07 -0000: > Author: hwright > Date: Mon Oct 24 17:48:06 2011 > New Revision: 1188256 > > URL: http://svn.apache.org/viewvc?rev=1188256&view=rev > Log: > Create a struct to hold the ever-growing collection of Ev2 shim callbacks. > > * subversion/include/svn_delta.h > (svn_delta_shim_callbacks_t, svn_delta_shim_callbacks_default): New. > (svn_editor__insert_shims): Use the struct in place of individual params. > svn_delta_shim_callbacks_dup()? > * subversion/libsvn_ra_svn/editorp.c, > subversion/libsvn_ra_neon/commit.c, > subversion/svnsync/main.c, > subversion/svnrdump/dump_editor.c, > subversion/libsvn_wc/diff_editor.c, > subversion/libsvn_wc/update_editor.c, > subversion/libsvn_wc/status.c, > subversion/libsvn_client/repos_diff.c, > subversion/libsvn_client/mergeinfo.c, > subversion/libsvn_client/export.c, > subversion/libsvn_ra_serf/commit.c, > subversion/libsvn_repos/commit.c, > subversion/libsvn_repos/dump.c: > Use the new struct and update callers to the shim API. > > * subversion/libsvn_delta/compat.c > (svn_delta_shim_callbacks_default): New. > (svn_editor__insert_shims): Use the new datatype.