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

Re: change svn:author values in a svn dump file

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-04-03 22:50:19 CEST

Paolo Casarini wrote:
> Hi,
>
> I need to move a subversion repository on a 1.0.6 to a fsfs
> subversion repository on a 1.1.3 changing the names of the users that
> have committed revisions. In particular for each user I need to change
> its username (from the name to the surname).
>
> Is there simple way to do this?

Yes, use a simple script that calls "svn propget" and "svn propset" (on a
live repository - either before or after the migration).

> using svndumpfilter is a good way to
> do this?

Not even possible.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Apr 3 22:53:03 2005

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.