[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1329404 - in /subversion/trunk/subversion: include/private/ libsvn_client/ libsvn_wc/

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Tue, 24 Apr 2012 08:20:22 +0100 (BST)

Greg Stein wrote:

> On Mon, Apr 23, 2012 at 15:44,  <julianfoad_at_apache.org> wrote:
>> - * 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,
>> + * Set *REVISION, *REPOS_RELPATH, *REPOS_ROOT_URL and *REPOS_UUID to the
>> + * location 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.
>> + * not part of a replace, return @c SVN_INVALID_REVNUM/NULL/NULL/NULL.
>> + *
>> + * If there is no base node at @a local_abspath, return a
>> + * @c SVN_ERR_WC_PATH_NOT_FOUND error.
>
> The implementation does not support this. That error is never returned.

Oh yes, thanks for spotting that mistake.

Fixed in r1329573.

- Julian
Received on 2012-04-24 09:21:03 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.