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