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

Re: svn commit: rev 1573 - trunk/subversion/include trunk/subversion/libsvn_ra_local trunk/subversion/libsvn_client trunk/subversion/bindings/ruby trunk/subversion/tests/libsvn_fs trunk/subversion/libsvn_ra_dav

From: Branko ÄŒibej <brane_at_xbc.nu>
Date: 2002-03-21 18:22:05 CET

cmpilato@collab.net wrote:

>brane@tigris.org writes:
>
>>Author: brane
>>Date: 2002-03-21 15:22 GMT
>>New Revision: 1573
>>
>
>...
>
>>Modified: trunk/subversion/libsvn_ra_local/ra_plugin.c
>>==============================================================================
>>--- trunk/subversion/libsvn_ra_local/ra_plugin.c (original)
>>+++ trunk/subversion/libsvn_ra_local/ra_plugin.c Thu Mar 21 09:22:19 2002
>>@@ -279,13 +279,17 @@
>>
>>
>> static svn_error_t *
>>-get_commit_editor (void *session_baton,
>>- const svn_delta_editor_t **editor,
>>- void **edit_baton,
>>- svn_revnum_t *new_rev,
>>- const char **committed_date,
>>- const char **committed_author,
>>- svn_stringbuf_t *log_msg)
>>+svn_ra_local__get_commit_editor (void *session_baton,
>>+ const svn_delta_editor_t **editor,
>>+ void **edit_baton,
>>+ svn_revnum_t *new_rev,
>>+ const char **committed_date,
>>+ const char **committed_author,
>>+ svn_stringbuf_t *log_msg,
>>+ svn_ra_get_wc_prop_func_t get_func,
>>+ svn_ra_set_wc_prop_func_t set_func,
>>+ svn_ra_close_commit_func_t close_func,
>>+ void *close_baton)
>>
>
>Looks like you did more than just change the function name. The
>get_func, set_func, close_func, and close_baton parameters no longer
>belong in this definition.
>
Dam'. Sorry about that. Didn't check how "svn up" merged chenges from
the repo here.
I wonder, though, how this compiled at all ...

-- 
Brane ÄŒibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 21 18:23:34 2002

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.