[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Renaming author names in log info

From: Greg Thomas <thomasgd_at_omc.bt.co.uk>
Date: 2006-01-26 12:44:59 CET

On Thu, 26 Jan 2006 13:18:44 +0200, "Sergey Gotvansky"
<Serge.Gotvansky@materialise.kiev.ua> wrote:

>I can do 'svn propset' of course. But can u imagine how much time it
>will take. We have 23 repositories with 10 years history. I'm asking
>for programming way to edit all existing log files.

I wrote a script to edit svn:author on each revision in the
repository. It took a few hour or so to run across c. 4500 revisions -
it was so slow mainly because I had to do an LDAP search for each
revision to translate the usernames. However, the length of time
didn't matter because I could leave it unattended, and the repository
could still be used at the same time.

Greg

-- 
This post represents the views of the author and does
not necessarily accurately represent the views of BT.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jan 26 12:46:53 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.