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

Re: RFC: svn update --print-log-messages

From: Benjamin Pflugmann <benjamin-svn-dev_at_pflugmann.de>
Date: 2002-12-17 04:02:17 CET

Hi.

On Mon 2002-12-16 at 21:43:36 -0500, Garrett Rooney wrote:
> On Monday, December 16, 2002, at 09:29 PM, Benjamin Pflugmann wrote:
[...]
> >think you already can have this easily now. Just run:
> >
> >$ svn log -rHEAD
> >
> >before you update.
> >
>
> actually, you need to do something like this:
>
> $ svn log -r `svn info | grep ^Rev | awk '{print $2}'`:HEAD
>
> since svn log -rHEAD only gives you the log entry for HEAD, not the log
> entries for everything from where you are up to HEAD.

Oops. I mixed that up with (cvs) diff syntax. Thanks. But shouldn't

$ svn log -rBASE:HEAD

work? That ignores the possibility of a mixed-rev WC for now, but
that's true for your suggestion either.

Bye,

        Benjamin.

  • application/pgp-signature attachment: stored
Received on Tue Dec 17 04:03:03 2002

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.