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

Re: [WIP] Enable passing copyfrom information for the diff code when dealing with repository diffs.

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sun, 15 Aug 2010 22:58:36 +0300

Daniel Näslund wrote on Sun, Aug 15, 2010 at 21:27:22 +0200:
> Index: subversion/include/svn_ra.h
> ===================================================================
> --- subversion/include/svn_ra.h (revision 985618)
> +++ subversion/include/svn_ra.h (arbetskopia)
> @@ -1291,9 +1291,29 @@ svn_ra_do_status(svn_ra_session_t *session,
> * needed, and sending too much data back, a pre-1.5 'recurse'
> * directive may be sent to the server, based on @a depth.
> *
> - * @since New in 1.5.
> + * @since New in 1.7.
> */
> svn_error_t *
> +svn_ra_do_diff4(svn_ra_session_t *session,
> + const svn_ra_reporter3_t **reporter,
> + void **report_baton,
> + svn_revnum_t revision,
> + const char *diff_target,
> + svn_depth_t depth,
> + svn_boolean_t send_copyfrom_args,
> + svn_boolean_t ignore_ancestry,
> + svn_boolean_t text_deltas,
> + const char *versus_url,
> + const svn_delta_editor_t *diff_editor,
> + void *diff_baton,
> + apr_pool_t *pool);
  +
  +
> +/**
> + * Similar to svn_ra_do_diff4(), but with @c send_copyfrom_args set to
> + * FALSE.
> + *
> + * @deprecated Provided for compatibility with the 1.5 API.
> + */
  +SVN_DEPRECATED
> +svn_error_t *
> svn_ra_do_diff3(svn_ra_session_t *session,
> const svn_ra_reporter3_t **reporter,
> void **report_baton,
Received on 2010-08-15 22:01:40 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.