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

Re: problem with mutated vowel in log-message-contents

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 21 Feb 2011 20:29:46 +0200

Stephen Connolly wrote on Fri, Feb 18, 2011 at 14:01:52 +0000:
> unix shell scripting could solved it for you
>
> bash
> for rev in $(svn log ... | sed -n -e "..."); do svn ps --revprop svn:log
> "$(svn pg svn:log -r $rev | sed -e "s/oldstring/newstring/g;")" ... ; done
>
> I leave the ...'s as an exercise to tgeur reader

Simpler:
propedit --editor-cmd 'sed --flags'
Received on 2011-02-21 19:35:02 CET

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.