On Tue, Jun 11, 2013 at 4:02 PM, Olivier Antoine <oliviera201...@gmail.com> wrote:
> I don't think that svn log describes the history of the directory element, OK, did not pick up that you were only interested in that information. You are right that SVN will always show the information for directory plus children. The only changes to a directory that SVN tracks are prop changes, so in general the history of a folder is uninteresting. If you wanted the changes to just the directory you would need to use the --verbose option on log which will print the changed paths. You would then have to parse out the interesting revisions by finding the ones where the folder path is included. > Actually I don't see any command that could give the revisions where the > directory changed (tree changes), without giving the changes on the files it > contents. No svn+annotate on directories. > > And I don't see any way to apply svn+diff on the directory element only > > I tried : svn diff --depth empty => but got only properties information. That is all you would get for a directory. -- Thanks Mark Phippard http://markphip.blogspot.com/