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

Re: svn commit: r30602 - in branches/1.5.x: . subversion/bindings/swig

From: Arfrever Frehtes Taifersar Arahesis <arfrever.fta_at_gmail.com>
Date: Wed, 16 Apr 2008 17:12:36 +0200

2008-04-15 03:31 hwright_at_tigris.org <hwright_at_tigris.org> napisaƂ(a):
> Author: hwright
> Date: Mon Apr 14 18:31:19 2008
> New Revision: 30602
>
> Log:
> Merge r30583 from trunk:
>
> * r30583
> Fix the Python bindings version of svn_repos_node_location_segments().
> Votes:
> +1: cmpilato, hwright
>
> Modified:
> branches/1.5.x/STATUS
> branches/1.5.x/subversion/bindings/swig/svn_repos.i

Why svn:mergeinfo wasn't changed?

>
> Modified: branches/1.5.x/STATUS
> URL: http://svn.collab.net/viewvc/svn/branches/1.5.x/STATUS?pathrev=30602&r1=30601&r2=30602
> ==============================================================================
> --- branches/1.5.x/STATUS Mon Apr 14 18:29:22 2008 (r30601)
> +++ branches/1.5.x/STATUS Mon Apr 14 18:31:19 2008 (r30602)
> @@ -30,11 +30,6 @@ Candidate changes:
> Approved changes (all releases):
> ================================
>
> - * r30583
> - Fix the Python bindings version of svn_repos_node_location_segments().
> - Votes:
> - +1: cmpilato, hwright
> -
> * r30591
> Follow-up to r30544. JavaHL simple fix to remove changelist_failed
> from actionNames array.
>
> Modified: branches/1.5.x/subversion/bindings/swig/svn_repos.i
> URL: http://svn.collab.net/viewvc/svn/branches/1.5.x/subversion/bindings/swig/svn_repos.i?pathrev=30602&r1=30601&r2=30602
> ==============================================================================
> --- branches/1.5.x/subversion/bindings/swig/svn_repos.i Mon Apr 14 18:29:22 2008 (r30601)
> +++ branches/1.5.x/subversion/bindings/swig/svn_repos.i Mon Apr 14 18:31:19 2008 (r30602)
> @@ -70,6 +70,13 @@
> svn_swig_pl_thunk_authz_func,
> svn_swig_rb_repos_authz_func)
>
> +#ifdef SWIGPYTHON
> +%callback_typemap(svn_location_segment_receiver_t receiver, void *receiver_baton,
> + svn_swig_py_location_segment_receiver_func,
> + ,
> + )
> +#endif
> +
> #ifdef SWIGRUBY
> %typemap(in) (svn_error_t *(*start_callback)(void *), void *start_callback_baton)
> {
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: svn-help_at_subversion.tigris.org
>
>
Received on 2008-04-16 17:12:58 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.