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

Re: svn commit: propchange - rev 3371 svn:log

From: <cmpilato_at_collab.net>
Date: 2002-11-13 04:14:57 CET

cmpilato@tigris.org writes:

> Author: cmpilato
> Revision: 3371
> Property Name: svn:log
>
> New Property Value:
> * subversion/bindings/ruby/client.c
>
> (cl_log_message_func): new callback function to pass log messages
> into client functions that require them.
>
> (cl_get_parse_arg, cl_put_parse_arg): deleted. they have no purpose
> now that the client functions no longer use editor's. at some
> point, we will need to recreate this functionality (since there is
> currently no way to receive notifications during an action), but
> for now it can go away.
>
> (cl_status): if 0'd out because it depends on code in wc.c, which
> does not build yet.
>
> (svn_ruby_init_client): commented out the rb_define_method for
> cl_status.
>
> (all other functions): bring up to date with regard to the arguments
> the svn functions now take. mostly this means changing from
> svn_stringbuf_t's to const char *'s, removing arguments related to
> xml files, putting in log message callbacks and batons, getting
> rid of the editors that used to wrap some functions, and adding
> new arguments that have been added since these were last updated.

This was just my formatting of the previous log message to fit 80
columns.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 13 04:17:59 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.