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

Re: "serve.c" and "text_deltas" parameter of svn_repos_begin_report

From: Michael Wood <mwood_at_its.uct.ac.za>
Date: 2003-02-04 13:59:01 CET

On Mon, Feb 03, 2003 at 10:36:43PM +0000, Julian Foad wrote:
[snip]
>
> Index: subversion/svnserve/serve.c
> ===================================================================
> --- subversion/svnserve/serve.c (revision 4704)
> +++ subversion/svnserve/serve.c (working copy)
> @@ -571,13 +571,16 @@
> return handle_report(conn, pool, b->repos_url, report_baton);
> }
>
> -static svn_error_t *switch_cmd(svn_ra_svn_conn_t *conn, apr_pool_t *pool,
> - apr_array_header_t *params, void *baton)
> +/* Presently the implementations of "switch" and "diff" are so similar that
> + * they share this code. They need not continue to be so similar in
> future. */
> +static svn_error_t *switch_or_diff(svn_ra_svn_conn_t *conn, apr_pool_t
> *pool,
[snip]

Your patch is wrapped.

-- 
Michael Wood <mwood@its.uct.ac.za>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Feb 4 13:59:58 2003

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.