Greg Stein wrote: > On Mon, Apr 23, 2012 at 15:44, <julianf...@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