RE: how to use one bug ID syntax for two different butracking-pools

2014-02-12 Thread Bert Huijben
> -Original Message- > From: Stefan [mailto:luke1...@gmx.de] > Sent: dinsdag 11 februari 2014 22:07 > To: users@subversion.apache.org > Subject: how to use one bug ID syntax for two different butracking-pools > > Hi, > > I'm not sure whether TSVN mailin

Re: how to use one bug ID syntax for two different butracking-pools

2014-02-12 Thread Arwin Arni Nandagopal
You needn't dump/load. Just run svn propget --revprop svn:log -r$N URL > r$N.log in a for loop running from 0 to HEAD. Run your sed script on all the files. Then svn propset --revprop -r$N svn:log -F r$N.log in a similar for loop. Regards, Arwin Arni On Wed, Feb 12, 2014 at 2:36 AM, Stefan

how to use one bug ID syntax for two different butracking-pools

2014-02-11 Thread Stefan
Hi, I'm not sure whether TSVN mailing list would be more appropriate for the actual use-case-related part of the question. Hence I'm trying to keep it more SVN-specific: Is there a way in SVN to perform some kind of bulk-changes or replace-operation on all committed log-messages? What I have