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 1F20C18D1C for ; Sun, 11 Oct 2015 16:20:06 +0000 (UTC) Received: (qmail 11143 invoked by uid 500); 11 Oct 2015 16:20:05 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 11110 invoked by uid 500); 11 Oct 2015 16:20:05 -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 11100 invoked by uid 99); 11 Oct 2015 16:20:05 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Oct 2015 16:20:05 +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 6D887180EB6 for ; Sun, 11 Oct 2015 16:20:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.99 X-Spam-Level: X-Spam-Status: No, score=0.99 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01] 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 Gl6DKnuEFG_n for ; Sun, 11 Oct 2015 16:20:04 +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 7AFFF439E1 for ; Sun, 11 Oct 2015 16:20:04 +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 E43FDE047E for ; Sun, 11 Oct 2015 16:20:03 +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 55F0E3A043E for ; Sun, 11 Oct 2015 16:20:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1707995 - /subversion/trunk/subversion/libsvn_repos/reporter.c Date: Sun, 11 Oct 2015 16:20:02 -0000 To: commits@subversion.apache.org From: stefan2@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151011162003.55F0E3A043E@svn01-us-west.apache.org> Author: stefan2 Date: Sun Oct 11 16:20:02 2015 New Revision: 1707995 URL: http://svn.apache.org/viewvc?rev=1707995&view=rev Log: Follow-up to r1707994: Did not really change the behavior ... * subversion/libsvn_repos/reporter.c (get_revision_info): Actually disable the refresh. Modified: subversion/trunk/subversion/libsvn_repos/reporter.c Modified: subversion/trunk/subversion/libsvn_repos/reporter.c URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/reporter.c?rev=1707995&r1=1707994&r2=1707995&view=diff ============================================================================== --- subversion/trunk/subversion/libsvn_repos/reporter.c (original) +++ subversion/trunk/subversion/libsvn_repos/reporter.c Sun Oct 11 16:20:02 2015 @@ -484,7 +484,7 @@ get_revision_info(report_baton_t *b, SVN_ERR(svn_fs_revision_proplist2(&r_props, b->repos->fs, rev, - TRUE, + FALSE, scratch_pool, scratch_pool));