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

Re: Need help: Generate a diff log by author

From: Stephane Bortzmeyer <bortzmeyer_at_nic.fr>
Date: Fri, 17 Jul 2009 14:03:59 +0200

On Thu, Jul 16, 2009 at 03:50:31PM -0400,
 David Weintraub <qazwart_at_gmail.com> wrote
 a message of 156 lines which said:

> *svn log -r$startrev:$stoprev -q "$repository" | sed -n "/^r[^|]*|
> $user/s/r\([0-9]*\).*/\1/p" | while read revision*

Isn't it surprising to parse the log with sed (in CVS style) rather
than to use Subversion's very good API?
Received on 2009-07-17 14:03:48 CEST

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.