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 DCFED4EC7 for ; Sat, 4 Jun 2011 18:10:03 +0000 (UTC) Received: (qmail 90032 invoked by uid 500); 4 Jun 2011 18:10:03 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 89998 invoked by uid 500); 4 Jun 2011 18:10:03 -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 89991 invoked by uid 99); 4 Jun 2011 18:10:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Jun 2011 18:10:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Jun 2011 18:10:01 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 99ABB23888C2; Sat, 4 Jun 2011 18:09:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn propchange: r1130809 - svn:log Date: Sat, 04 Jun 2011 18:09:40 -0000 To: commits@subversion.apache.org From: arfrever@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110604180940.99ABB23888C2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: arfrever Revision: 1130809 Modified property: svn:log Modified: svn:log at Sat Jun 4 18:09:40 2011 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Sat Jun 4 18:09:40 2011 @@ -1,7 +1,7 @@ Remove use of stream mark/seek features from svn patch. The patch code needs an abstraction for patching both file and property -content in a seamless manner. This abstractions was previously provided +content in a seamless manner. This abstraction was previously provided by streams and the mark/seek feature. This commit replaces use of streams with a custom read/write/seek/tell callback interface added to the target_content_info_t structure which is private to the patch code.