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

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

From: Greg Stein <gstein_at_gmail.com>
Date: Sat, 31 Oct 2009 07:33:03 -0400

On Fri, Oct 30, 2009 at 11:50, Paul T. Burba <pburba_at_collab.net> wrote:
>...
> +++ trunk/subversion/libsvn_wc/node.c   Fri Oct 30 08:50:57 2009        (r40316)
> @@ -624,3 +624,25 @@ svn_wc__node_get_base_rev(svn_revnum_t *
>
>   return SVN_NO_ERROR;
>  }
> +
> +svn_error_t *
> +svn_wc__node_get_lock_token(const char **lock_token,
> +                            svn_wc_context_t *wc_ctx,
> +                            const char *local_abspath,
> +                            apr_pool_t *result_pool,
> +                            apr_pool_t *scratch_pool)
> +{
> +  svn_wc__db_status_t status;
> +  svn_wc__db_lock_t *lock;
> +
> +  SVN_ERR(svn_wc__db_read_info(&status,
> +                               NULL, NULL, NULL, NULL, NULL, NULL, NULL,

Why fetch status?

>...

Cheers,
-g

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2413213
Received on 2009-10-31 12:33:25 CET

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.