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

Re: [PATCH] svn diff --summarize

From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2006-02-06 12:29:40 CET

On Sun, Feb 05, 2006 at 03:26:42PM +0100, Martin Hauner wrote:
> Julian Foad wrote:
> >* "svn status" shows each individual item deleted when a directory is
> >deleted; "svn diff --summarize" just shows a single entry for the
> >directory being deleted. That's a problem with the behaviour of "svn
> >diff". (At least I believe there's a problem, if only that one might
> >sometimes want to see all the deleted items.)
>
> Interesting, does that mean that the delete_entry function in the editor
> is not called for subitems of a deleted directory?
>

Yes, that's right. If you have a path /A/B/C/x, and /A/B is deleted,
you'll get something like:

open A
  delete B
close A

rather than the more useful

open A
  open B
    open C
      delete x
    close C
    delete C
  close B
  delete B
close A

though I'm not entirely sure that the latter is permitted by the editor's
interface; it's something I've been meaning to look at for issue 2333.

Regards,
Malcolm

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 6 12:30:11 2006

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.