在svn rep dump中更改提交者名称

时间:2010-12-24 19:11:48

标签: svn

我想更改svn转储文件中的commiters名称。有没有可以处理这个问题的脚本?

谢谢

1 个答案:

答案 0 :(得分:1)

您可以使用svndumptool。

svnadmin dump path/to/my/repo > repo.dump

svndumptool transform-revprop svn:author originalregexp newvalue repo.dump newrepo.dump

这个脚本可以帮到你:

检查出来:http://justatheory.com/computers/vcs/svn/modify_author.html