Running "svn log" on directories
From: Chuan-kai Lin <linchuan_at_cse.ogi.edu>
Date: 2004-02-18 01:42:27 CET
Greetings all,
I have been puzzled by the behavior of "svn log" when it is run on
I am now using r8509. One day I wanted to get a summary of all the
svn log foo
where foo is a local directory containing the checked-out project.
svn log -R foo
and of course this does not work either. Reading the help message and
And just this afternoon, when reading through the Subversion book, I
svn log -r HEAD:1 foo
and all the logs (of changes of files in the directory) showed up.
Now, why is the default revision range BASE:1 instead of HEAD:1?
For nonrecursive operation, BASE:1 makes sense.
For recursive operation, HEAD:1 makes more sense because BASE of the
So am I missing anything obvious on why BASE:1 is a better choice?
-- Chuan-kai Lin http://www.cse.ogi.edu/~linchuan/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed Feb 18 02:00:48 2004 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.