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

Re: History in subversion

From: Mark Phippard <markphip_at_gmail.com>
Date: Tue, 11 Jun 2013 16:19:16 -0400

On Tue, Jun 11, 2013 at 4:02 PM, Olivier Antoine
<oliviera201304_at_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/
Received on 2013-06-11 22:19:49 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.