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

Re: changing users associated with past commits

From: Kevin P. Fleming <kpfleming_at_digium.com>
Date: 2006-11-14 19:56:09 CET

Yangguo wrote:
> I have a repo with around a year worth of commits. Several months
> ago, we changed our user naming scheme from Firstnames only to
> FirstLast names. I'd like to indicate that a user named Bob before a
> certain date is really BobJones. How can I reflect this change to the
> repo? Thank you for any help or hints.

This is stored in the svn:author revprop for each revision, so you can
modify them using 'svn propset'. However, there is no mass operation to
do this, unless you want to dump the repo using 'svnadmin dump' and then
edit the dump and re-load it.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 14 20:16:40 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.