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

Re: rename user

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-08-23 16:42:38 CEST

On Aug 23, 2006, at 06:12, Kevin Grover wrote:

> You can run svnadmin dump on the repository, look through it ..
> it's straight forward

Gosh, that sounds cumbebrsome to me. It would take the repository
offline, in any case. If you can do that, fine, but a less-invasive
solution would be to simply set a pre-revprop-change hook to allow
changes to revision properties, then just "svn propset svn:author
$NEW_AUTHOR -r $REV $REPO" for each $REV that was committed by this
author. Something like "svn log $REPO | grep $OLD_AUTHOR" can show
you which revisions those are.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 23 16:45:00 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.