[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: Ketil Z. Malde <ketil_at_ii.uib.no>
Date: 2002-12-17 09:45:24 CET

mark benedetto king <bking@answerfriend.com> writes:

> $ svn up
> U notes/autoversioning-strategy.txt
> Updated to revision 1234.

> When I see that, I think to myself "hey, I wonder what spiffy updates
> happened there?"

Okay, as people have pointed out, you can do 'svn -rBASE:HEAD log'
before you update, if you remember.

It should (I suppose) also be easy for 'svn up' to print out the base
revision:

  $ svn up
  U notes/autoversioning-strategy.txt
  Updated from revision 1066 to revision 1234.
          ^^^^^^^^^^^^^^^^^^
And then you could, after the fact (e.g. after noticing there has been
a lot of activity), of course do:

  $ svn -r1066:1234 log

-kzm

-- 
If I haven't seen further, it is by standing in the footprints of giants
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 17 09:56:24 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.