Return-Path: Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: (qmail 82138 invoked from network); 8 Apr 2010 16:01:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Apr 2010 16:01:07 -0000 Received: (qmail 7930 invoked by uid 500); 8 Apr 2010 16:01:05 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 7889 invoked by uid 500); 8 Apr 2010 16:01:04 -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 7843 invoked by uid 99); 8 Apr 2010 16:01:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Apr 2010 16:01:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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, 08 Apr 2010 16:01:02 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5314E23889F1; Thu, 8 Apr 2010 16:00:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r931985 - /subversion/trunk/subversion/include/private/svn_wc_private.h Date: Thu, 08 Apr 2010 16:00:41 -0000 To: commits@subversion.apache.org From: neels@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100408160041.5314E23889F1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: neels Date: Thu Apr 8 16:00:40 2010 New Revision: 931985 URL: http://svn.apache.org/viewvc?rev=931985&view=rev Log: * subversion/include/private/svn_wc_private.h (svn_wc__node_get_base_rev): Document current behaviour. 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=931985&r1=931984&r2=931985&view=diff ============================================================================== --- subversion/trunk/subversion/include/private/svn_wc_private.h (original) +++ subversion/trunk/subversion/include/private/svn_wc_private.h Thu Apr 8 16:00:40 2010 @@ -476,6 +476,12 @@ svn_wc__node_is_status_added(svn_boolean * Get the base revision of @a local_abspath using @a wc_ctx. If * @a local_abspath is not in the working copy, return * @c SVN_ERR_WC_PATH_NOT_FOUND. + * + * In @a *base_revision, return the revision of the revert-base, i.e. the + * revision that this node was checked out at or last updated/switched to, + * regardless of any uncommitted changes (delete, replace and/or + * copy-here/move-here). For a locally added/copied/moved-here node that is + * not part of a replace, return @c SVN_INVALID_REVNUM. */ svn_error_t * svn_wc__node_get_base_rev(svn_revnum_t *base_revision,