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

Re: "svn log" Doesn't Give Complete Log

From: B Smith-Mannschott <bsmith.occs_at_gmail.com>
Date: Mon, 9 Mar 2009 07:04:34 +0100

On Sun, Mar 8, 2009 at 01:59, Eric <spamsink_at_internetsmallfry.com> wrote:
> Isn't the command...
>
> svn log -r base:head TheFiles
>
> ... supposed to give the complete log of the Subversion-revisioned
> "TheFiles" tree, all the way from the beginning to the latest?

No. It gives you the log from BASE to HEAD, just like it says. BASE is
the current revision the last time you updated your working copy. In
effect, this will show you the log messages for all the changes that
have been made since your last update, so you know what to expect when
you do "svn up".

> I'm working on about Subversion version 106 of the directory tree,
> and all I get from that command is the logs for versions 100 through 106.
>
> On the other hand, if I say...
>
> svn log TheFiles
>
> ... (with no "-r" argument), I get all of the logs from 100 back to
> the beginning (but NOT from 106 back to the beginning), in reverse order.
>
> What am I doing wrong?

The default is -rBASE:1 if you don't specify a revision range.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1294178

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-09 07:05:25 CET

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.