[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: Greg Stein <gstein_at_gmail.com>
Date: Mon, 23 Apr 2012 17:41:55 -0400

On Mon, Apr 23, 2012 at 15:44, <julianfoad_at_apache.org> wrote:
>...
> +++ subversion/trunk/subversion/include/private/svn_wc_private.h Mon Apr 23 19:44:31 2012
> @@ -628,21 +628,31 @@ svn_wc__node_has_working(svn_boolean_t *
>
>
>  /**
> - * 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.
> + * Get the repository location of the base node at @a local_abspath.
>  *
> - * 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.

>...

Cheers,
-g
Received on 2012-04-23 23:42:29 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.