Subject: Re: Adding URLs to CVSWeb diffs for source changes
To: None <current-users@netbsd.org>
From: Martin S. Weber <Ephaeton@gmx.net>
List: current-users
Date: 07/18/2007 14:55:17
On Wed, Jul 18, 2007 at 02:52:17PM +0200, Martin S. Weber wrote:
> sed -Ee '/To generate a diff/,/^$/\
> s!^cvs rdiff -r([^ ]+) -r([^ ]+) (.+)$!\
> http://cvsweb.netbsd.org/bsdweb.cgi/\3.diff?r1=\1\&r2=\2!'
>
> Pipe the messages through there and you're done?
Just seeing that this isn't sufficient ... but a bit more of
sed and this should be alright, too? Feel free to extend this
and re-post :) [me=busy]
-martin