On 1/31/06, Ben Collins-Sussman <sussman@red-bean.com> wrote:
> On 1/31/06, Garrett Rooney <rooneg@electricjellyfish.net> wrote:
> > A while back we added summarize versions of the svn_client_diff
> > functions, to give you a summary of what changed without actually
> > displaying the deltas.
>
> Can you refresh my memory?
>
> At the moment, 'svn diff' won't show things like directory additions
> or removals, because the common unifed patch-format has no way of
> expressing such things. So the client-side editor vtable (being
> driven by the server) treats directory addition & removal as
> non-events.
>
> When we added the 'summarize' ability to our internal API, did this
> behavior change? In other words, does your patch below actually show
> directory events?
Honestly, I'm not sure. I haven't tried it.
/me goes to try
Yep, for a revision that deletes a directory you get a single call to
your summary callback that indicates that the directory was deleted.
-garrett
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 1 01:53:20 2006