Return-Path: Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: (qmail 22256 invoked from network); 10 Feb 2011 18:51:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Feb 2011 18:51:27 -0000 Received: (qmail 51030 invoked by uid 500); 10 Feb 2011 18:51:27 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 50762 invoked by uid 500); 10 Feb 2011 18:51:25 -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 50484 invoked by uid 99); 10 Feb 2011 18:51:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Feb 2011 18:51:24 +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; Thu, 10 Feb 2011 18:51:22 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A5E3B2388A6B; Thu, 10 Feb 2011 18:51:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1069527 - /subversion/trunk/subversion/include/svn_types.h Date: Thu, 10 Feb 2011 18:51:02 -0000 To: commits@subversion.apache.org From: cmpilato@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110210185102.A5E3B2388A6B@eris.apache.org> Author: cmpilato Date: Thu Feb 10 18:51:02 2011 New Revision: 1069527 URL: http://svn.apache.org/viewvc?rev=1069527&view=rev Log: * subversion/include/svn_types.h (svn_log_entry_t): Add a pointer to a helpful mailing list thread about the 'changed_paths' and 'changed_paths2' members. Modified: subversion/trunk/subversion/include/svn_types.h Modified: subversion/trunk/subversion/include/svn_types.h URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_types.h?rev=1069527&r1=1069526&r2=1069527&view=diff ============================================================================== --- subversion/trunk/subversion/include/svn_types.h (original) +++ subversion/trunk/subversion/include/svn_types.h Thu Feb 10 18:51:02 2011 @@ -839,6 +839,9 @@ typedef struct svn_log_entry_t * value as changed_paths for compatibility with users assuming an older * version. * + * @note See http://svn.haxx.se/dev/archive-2010-08/0362.shtml for + * further explanation. + * * @since New in 1.6. */ apr_hash_t *changed_paths2;