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

How to get a "recursive" log?

From: Grant Edwards <grante_at_visi.com>
Date: Thu, 10 Jul 2008 16:51:03 +0000 (UTC)

According to the svn book:

  Shows log messages from the repository. If no arguments are
  supplied, svn log shows the log messages for all files and
  directories inside of (and including) the current working
  directory of your working copy.

That's sure not how it seems to work when I do it. When I do
an "svn log" in a working copy, all I see are changes to the
directory itself. If I do "svn info" and then do an "svn log"
on the URL returned by the "info" command, I see logs for "all
files and directories inside of" of the URL.

How do I get a log for all changes made to a working tree
without having to do an "svn log" on each and every file and
directory?
  

-- 
Grant Edwards                   grante             Yow! And furthermore,
                                  at               my bowling average is
                               visi.com            unimpeachable!!!
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-10 18:52:32 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.