[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: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2002-12-17 03:43:36 CET

On Monday, December 16, 2002, at 09:29 PM, Benjamin Pflugmann wrote:

> Hi.
>
> On Mon 2002-12-16 at 11:34:51 -0500, mark benedetto king wrote:
> [...]
>> $ svn up --print-log-messages
>> U CHANGES
> [...]
>
> This would only give you the possibility to see the logs "on the act",
> i.e. once and without knowing beforehand which logs you will see. I
> 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.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 17 03:44:15 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.