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

Re: "svn log" after "svn commit"

From: David James <james82_at_gmail.com>
Date: 2006-08-06 16:18:52 CEST

On 8/4/06, Bob Proulx <bob@proulx.com> wrote:
> I have often wanted just a few. Alas this is not possible.
>
> svn log -rHEAD:HEAD-10 # not a feature, not available
> svn log -r42321:42311 # view just the last 10, if 42321 is HEAD

If you want to get the last 10 log messages, type:
   svn log -rHEAD:1 --limit 10

The "--limit 10" option tells SVN to stop retrieving log messages
after the first 10. This feature is often useful if you want to look
at the last N revisions which affected a particular directory or file.

Cheers,

David

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Aug 6 16:19:59 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.