[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: Paul Burba <ptburba_at_gmail.com>
Date: Mon, 2 Nov 2009 09:52:54 -0500

On Sat, Oct 31, 2009 at 6:33 AM, Greg Stein <gstein_at_gmail.com> wrote:
> 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?

Accidentally left that in there when I was debugging, removed r40351.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2413822
Received on 2009-11-02 15:53:07 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.