Johan Corveleyn wrote on Tue, Feb 22, 2011 at 09:43:25 +0100:
> So, all that being said, what Daniel means is that you could apply
> something like:
> 
>     svn propedit --revprop -r $REV --editor-cmd 'perl -pi -e
> "s/\\xfc/\\xc3\\xbc/g"'
> 
> to all revisions (REV) that need to be corrected (either a list that
> you make up manually, or something automated with "svn propget
> --revprop" combined with "sed", or something similar ...).

By the way, please don't consider this a generic solution.  It's
a *shortcut*, which is probably okay for ü, but WILL corrupt your log
messages if you adapt it for §.

Reply via email to