[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: Bob Proulx <bob_at_proulx.com>
Date: 2006-08-19 18:53:09 CEST

David James wrote:
> Bob Proulx 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.

Excellent! Thank you very much for that very useful suggestion for
that command.

Bob

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Aug 19 18:54:22 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.