On Feb 12, 2011, at 11:03, Alex Bligh wrote:

> If I do "svn log ." in a directory, it does not list all changes made to all
> files in that directory (as shown up "svn log <filename>"). I've pasted an
> example at:
> http://pastebin.com/SFYDtkBk
> where r12062 does not show up in "svn log .", but does on the changed file.
> 
> svn diff . does the expected, and the file is not in svn:ignore.
> 
> Is this deliberate and how do I get a recursive list of logs?

Is the directory up to date? Try "svn up" first. Otherwise you'll only get logs 
up to the revision of the directory (shown with "svn info").



Reply via email to