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 mailing list would be more appropriate f

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