[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 04:09:13 CET

On Monday, December 16, 2002, at 10:02 PM, Benjamin Pflugmann wrote:

> 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.
>

apparently it does work. i didn't even know we had a 'BASE'
specification in the revision syntax. i had sort of assumed that the
whole 'mixed revision working copy' thing would have gotten it shot it
down before it got anywhere near the code. (not to say i don't like
it, since it's obviously damn useful for stuff like this)

cool!

-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 04:09:55 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.