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

Re: [PATCH] Ruby bindings client tests for diff_summarize and diff_summarize_peg

From: Joe Swatosh <joe.swatosh_at_gmail.com>
Date: 2007-08-14 16:39:37 CEST

Hi

On 8/14/07, Kouhei Sutou <kou@cozmixng.org> wrote:
> Hi,
>
> > [[[
> > At some point svn_client_diff_summarize2 must have changed to
> > not report the path if the diff requested was on a file instead of a
> > directory. I remember reading something like that in the docs for
> > a diff function somewhere, but for the life of me I can't find the
> > reference now.

Found it in the doc for the struct svn_client_diff_summarize_t in svn_client.h

  /** Path relative to the target. If the target is a file, path is
   * the empty string. */
  const char *path;

I change the log to include that.

>
> Uhmm... OK. I'll trust you.
> +1
>

:-) Thanks. Committed in r26071

--
Joe
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 14 16:37:33 2007

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.