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 ED3EB1808B for ; Sat, 6 Feb 2016 19:05:32 +0000 (UTC) Received: (qmail 78922 invoked by uid 500); 6 Feb 2016 19:05:32 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 78876 invoked by uid 500); 6 Feb 2016 19:05:32 -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 78864 invoked by uid 99); 6 Feb 2016 19:05:32 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Feb 2016 19:05:32 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 539C0180512 for ; Sat, 6 Feb 2016 19:05:32 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.571 X-Spam-Level: X-Spam-Status: No, score=0.571 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.429] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id hH2ysja1sAKq for ; Sat, 6 Feb 2016 19:05:31 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id 9D0FC439D1 for ; Sat, 6 Feb 2016 19:05:31 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id EE4C4E0185 for ; Sat, 6 Feb 2016 19:05:30 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id F2C5F3A01DD for ; Sat, 6 Feb 2016 19:05:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn propchange: r1727838 - svn:log Date: Sat, 06 Feb 2016 19:05:30 -0000 To: commits@subversion.apache.org From: jamessan@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160206190530.F2C5F3A01DD@svn01-us-west.apache.org> Author: jamessan Revision: 1727838 Modified property: svn:log Modified: svn:log at Sat Feb 6 19:05:30 2016 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Sat Feb 6 19:05:30 2016 @@ -3,9 +3,9 @@ svn_fs_paths_changed3. So, we've got a we enable both for now such that all callers of the old API will be redirected: old API -> new API -> old API vtable entry. -As a bonus, the enumated svn_fs_paths_changed2 now correctly reports +As a bonus, the emulated svn_fs_paths_changed2 now correctly reports the IDs for in-revision nodes in FSFS. It also fails earlier on -corrupted change lists. Both is only true for "enumlated" mode. +corrupted change lists. Both is only true for "emulated" mode. * subversion/include/private/svn_fs_util.h (svn_fs__get_deleted_node): Declare a new private utility API needed @@ -15,8 +15,8 @@ corrupted change lists. Both is only tr (svn_fs__prop_lists_equal): Implement. * subversion/libsvn_fs/fs-loader.c - (SVN_FS_ENUMLATE_PATHS_CHANGED): Declare new control macro as we did - already for the new API. + (SVN_FS_EMULATE_PATHS_CHANGED): Declare new control macro as we did + already for the new API. (add_changed_path_baton_t, add_changed_path): Callback implementation to emulate the old API based on the new one.