Re: Remap authors (was: Re: AuthzSVNAccessFile )
From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-12-11 22:25:06 CET
On Dec 11, 2006, at 06:42, Philip M. Gollucci wrote:
> 2) I've heard wind of a tool to remap authors after/during the
I can give you one solution to this: you can set the svn:author
To start, you could use "svn log --quiet $REPO_URL" to get a list of
For example, say my log output reads:
------------------------------------------------------------------------
And I would like to change "ryan" to "rschmidt" and "philip" to
svn propset --revprop -r 234 svn:author rschmidt $REPO_URL
where $REPO_URL is the actual URL to the repository. Then I would
Then you can remove the pre-revprop-change hook to prevent others
Someone else's suggestion of dumping the repository, munging the
-- To reply to the mailing list, please use your mailer's Reply To All function --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Mon Dec 11 22:25:54 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.