Re: Username Change in SVN
From: Kevin Grover <kevin_at_kevingrover.net>
Date: Thu, 26 Jun 2008 15:06:40 -0700
On Tue, Jun 10, 2008 at 5:29 AM, Dzintars Brikis
Just an FYI, if you need to change a lot of svn:author entries, you
svnadmin dump path/to/my/repo > repo.dump
svndumptool transform-revprop svn:author originalregexp newvalue
NOTE: originalregexp is a regular expression, so it will match in the
Then load newrepo.dump (and move the hooks/ and conf/ from the other repo).
- Kevin
---------------------------------------------------------------------
|
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.