reposurgeon是一种工具,用于编辑版本控制存储库的历史。它允许你做一些版本控制不允许你做的操作,比如编辑过去的评论和元数据、删除提交。 它适用于任何版本控制系统,可以导出和导入git快速导入流,包括 git, hg, bzr。它还可以阅读Subversion转储文件,因此可以直接用于 生产高品质的脚本转换到任何DVCS从Subversion支持。
reposurgeon 2.10 改进记录:
svnpull has been renamed "repopuller" in anticipation of pulling CVS repositories.
This release adds repodiffer, a tool to report diffs between histories.
Fossil-IDs are now dumped in pre-commit comments.
The "changed" modifier to mailbox_in now dumps a minimal set of updates used.
When reading svn repositories, .cvsignore files are lifted to .gitignores.
svn's default ignore-pattern behavior is emulated in translations
项目主页:http://www.catb.org/~esr/reposurgeon/
下载地址:http://www.catb.org/~esr/reposurgeon/reposurgeon-2.10.tar.gz
来自:开源中国社区

