Re: problem with mutated vowel in log-message-contents
From: Stephen Connolly <stephen.alan.connolly_at_gmail.com>
Date: Mon, 21 Feb 2011 07:49:58 +0000
bash will handle the multiline in my case (try and see) but your example
- Stephen
--- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen On 21 Feb 2011 07:18, "Lorenz" <lorenznl_at_yahoo.com> wrote: > 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:50:41 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.