Re: rename user
From: Kevin Grover <kogrover_at_yahoo.com>
Date: 2006-08-23 06:12:02 CEST
You can run svnadmin dump on the repository, look through it .. it's straight forward
You will see lines like this
K 10
K 10 = Keyword, 10 characters
You search for those and modify the following two lines
V 6 = value, 6 characters. NOTE: in your case the 6 will be deferent and you'll need to change it
So, say I have
K 10
I could change all "V 5\nguest\n" to "V 6\ngrover\n" to change them. Or to be even more sure, include "V 10\nsvn:author\n" in the search/replace strings, in case "guest" happens to be the value of another property.
Then, you "svnadmin load" the modified file into a new repository
NOTE: keep a prisine copy of the dump file around until you've verified that you haven't hosed it up
----- Original Message ----
i have a http repository for which i want to rename user and maybe
thanks
Julien
---------------------------------------------------------------------
|
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.