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