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

Re: svn log

From: Jack O'Quin <joq_at_io.com>
Date: 2005-03-17 20:59:38 CET

Mage <mage@mage.hu> writes:

> I would like to see something like:
>
> # svn log "folder" -last 20
>
> what would be the last 20 log messages for the "folder".
>
> Would svn do this someday?

Until it does, try something like...

  # svn log "folder" -q | head 40

-- 
  joq
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 17 21:00:46 2005

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.