From users-return-14468-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Sat Apr 7 21:28:27 2012 Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9A9879EB5 for ; Sat, 7 Apr 2012 21:28:27 +0000 (UTC) Received: (qmail 86700 invoked by uid 500); 7 Apr 2012 21:28:26 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 86665 invoked by uid 500); 7 Apr 2012 21:28:26 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 86649 invoked by uid 99); 7 Apr 2012 21:28:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Apr 2012 21:28:26 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [78.47.87.163] (HELO mx0.elegosoft.com) (78.47.87.163) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Apr 2012 21:28:17 +0000 Received: from localhost (localhost [127.0.0.1]) by mx0.elegosoft.com (Postfix) with ESMTP id 789DADE7C6; Sat, 7 Apr 2012 23:27:56 +0200 (CEST) Received: from mx0.elegosoft.com ([127.0.0.1]) by localhost (mx0.elegosoft.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FES9wgADeRKZ; Sat, 7 Apr 2012 23:27:56 +0200 (CEST) Received: from lp-shahaf.local (bzq-79-180-206-85.red.bezeqint.net [79.180.206.85]) by mx0.elegosoft.com (Postfix) with ESMTPSA id 18586DE7C5; Sat, 7 Apr 2012 23:27:56 +0200 (CEST) Date: Sun, 8 Apr 2012 00:27:53 +0300 From: Daniel Shahaf To: Dmitry Batrak Cc: users@subversion.apache.org Subject: Re: Separate options to enable text deltas and property changes for 'replay' operation Message-ID: <20120407212753.GF6915@lp-shahaf.local> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Dmitry Batrak wrote on Fri, Apr 06, 2012 at 00:30:06 +0400: > The most convenient API call to fetch the required data I've found is > 'replay_range', as it returns both 'structural' changes and properties > changes. But property changes can only be received together with text > deltas, which in this case are not needed. Adding an option to send > only property changes would save some time and traffic. Would it be > possible to extend replay functionality in this way? Or maybe you > could suggest another way to get the same information from remote > repository? Just wanted to say: if you haven't found another API (in svn_ra.h) that solves your problem, I'd be happy to consider an extension of the API that omits only file contents. (Please review svn_editor.h before designing such an extension.) Let me warn you, though: it'll be a moderately large patch, since extending the on-the-wire API involves patching all 3 network servers and all 4 network clients (libsvn_ra_*, svnserve, mod_dav_svn).