reposurgeon is a tool for editing version control repository history. It enables risky operations that version control systems don’t want to let you do, such as editing past comments and metadata and removing commits. It works with any version control system that can export and import git fast-import streams, including git, hg, and bzr. It can also read Subversion dump files directly and can thus be used to script production of very high-quality conversions from Subversion to any supported DVCS.
Release Notes: This release adds full (read-write) support for darcs, makes the expunge command treat deletes correctly, adds a new "tip" command which deduces whether a commit is associated with a unique branch, and supports writing Subversion repositories (though they don’t round-trip).
![]()
Release Tags: Major feature enhancements
Tags: Development Tools, Version Control
Licenses: BSD Three-Clause