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

Re: svn commit: r30684 - in trunk/subversion: include libsvn_client libsvn_ra svnsync tests/cmdline tests/libsvn_ra_local

From: Senthil Kumaran S <senthil_at_collab.net>
Date: Mon, 21 Apr 2008 16:51:05 +0530

David Glasser wrote:
>> cbtable->open_tmp_file = use_admin ? open_admin_tmp_file : open_tmp_file;
>> cbtable->get_wc_prop = use_admin ? get_wc_prop : NULL;
>> @@ -310,7 +311,17 @@ svn_client__open_ra_session_internal(svn
>> cb->commit_items = commit_items;
>> cb->ctx = ctx;
>>
>> - SVN_ERR(svn_ra_open2(ra_session, base_url, cbtable, cb,
>> + if (base_access)
>> + {
>> + svn_wc_entry_t *entry;
>> +
>> + SVN_ERR(svn_wc_entry(&entry, base_dir, base_access, FALSE, pool));
>
> I get a warning on this line; I think it wants entry to be const?

Committed in r30726.

PS: I did not notice your email before I posted a patch for the same.

-- 
Senthil Kumaran S
http://www.stylesen.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-04-22 07:16:33 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.