[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: Kevin Grover <kogrover_at_yahoo.com>
Date: 2006-08-05 01:01:57 CEST

> Garrett Rooney wrote:
> You can explicitly view the log all of the way to the head or just the
> last commit by giving the -r option.
>
> svn log -rHEAD:0 # all log entries
> svn log -rHEAD # just the last one
>
> 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 the developers see this, perhaps a feature like this could be added (very pythonesque):
  
  svn log -rHEAD:-10
  
 So you specify the first revision and a delta
  
 - Kevin Grover
 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Aug 5 01:02:58 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.