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 E9807785D for ; Tue, 1 Nov 2011 12:40:49 +0000 (UTC) Received: (qmail 60950 invoked by uid 500); 1 Nov 2011 12:40:49 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 60929 invoked by uid 500); 1 Nov 2011 12:40:49 -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 60922 invoked by uid 99); 1 Nov 2011 12:40:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2011 12:40:49 +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; Tue, 01 Nov 2011 12:40:48 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B5893238897A for ; Tue, 1 Nov 2011 12:40:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1195966 - /subversion/trunk/subversion/include/private/svn_wc_private.h Date: Tue, 01 Nov 2011 12:40:28 -0000 To: commits@subversion.apache.org From: julianfoad@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111101124028.B5893238897A@eris.apache.org> Author: julianfoad Date: Tue Nov 1 12:40:28 2011 New Revision: 1195966 URL: http://svn.apache.org/viewvc?rev=1195966&view=rev Log: * subversion/include/private/svn_wc_private.h (svn_wc__node_get_repos_info): Doc string tweaks. Modified: subversion/trunk/subversion/include/private/svn_wc_private.h Modified: subversion/trunk/subversion/include/private/svn_wc_private.h URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_wc_private.h?rev=1195966&r1=1195965&r2=1195966&view=diff ============================================================================== --- subversion/trunk/subversion/include/private/svn_wc_private.h (original) +++ subversion/trunk/subversion/include/private/svn_wc_private.h Tue Nov 1 12:40:28 2011 @@ -354,13 +354,14 @@ svn_wc__node_get_children(const apr_arra /** - * Fetch the repository root information for a given @a local_abspath into - * @a *repos_root_url and @a repos_uuid. Use @a wc_ctx to access the working copy + * Fetch the repository root information for the working version + * of the node at @a local_abspath into @a *repos_root_url + * and @a *repos_uuid. Use @a wc_ctx to access the working copy * for @a local_abspath, @a scratch_pool for all temporary allocations, * @a result_pool for result allocations. Note: the result may be NULL if the * given node has no repository root associated with it (e.g. locally added). * - * Either input value may be NULL, indicating no interest. + * Either output argument may be NULL, indicating no interest. */ svn_error_t * svn_wc__node_get_repos_info(const char **repos_root_url,