[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: Lorenz <lorenznl_at_yahoo.com>
Date: Mon, 21 Feb 2011 07:17:15 +0000

Stephen Connolly wrote:
>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

svn:log may be multi-line ...

... but

> svn pg svn:log --revprop -r $rev $url | sed ... | svn ps svn:log --revprop -r $rev --username ... --password ... --file - $url

should do it (... == fill in the blanks 8-)

-- 
Lorenz
Received on 2011-02-21 08:18:09 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.