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

Re: AuthzSVNAccessFile

From: Martin Scharrer <mailinglists_at_madmarty.de>
Date: 2006-12-11 23:25:04 CET

On Monday 11 December 2006 12:42, Philip M. Gollucci wrote:
> 2) I've heard wind of a tool to remap authors after/during the cvs2svn
> conversion. Any hints on where this tool is or might how to make one
> myself ?
Your could use the perl module I wrote to remap the authors in a dumpfile, you
can find it under http://www.scharrer-online.de/svn/dumpfilter.shtml .
cvs2svn can create a dumpfile so far I know.
The resulting perl script is quite simple using this module.
I just wrote it for you and uploaded it to the above location.
What you need is:
http://www.scharrer-online.de/svn/dump/SVN/Dumpfilter.pm (Module)
http://www.scharrer-online.de/svn/dump/svndump_remapauthors (Script)
Note that Dumpfilter.pm must be in an dir called SVN direct above the script.

Please note that this script is still a little work in progress. It works fine
with my repositiories so far but there could be still some things which don't
work well in the wild. I just didn't tested this yet with 1000 different
repos....
You should make a diff above original and remapped dumpfile to see if only the
svn:author value and the corresponding header have changed. If you really get
any warning from the script or from the perl interpreter write me a PM
please.

Best,
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 11 23:26:06 2006

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.