I don't think that svn log describes the history of the directory element, 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. 2013/6/11 Olivier Antoine <oliviera201...@gmail.com> > Hi, > > I'm trying to work with SVN, but coming from ClearCase, I'm lost. > > It seems that it is not possible to consult the history of the repository > like in CC, > I can get the history of a file element with svn+annotate, I can use > svn+diff on files, > But for directories : no annotate, no diff - nothing ? > Do I have to check all the repository revision set in order to follow the > changes on a directory element ? > > Regards > Olivier > >