Skip to content

Reposurgeon no done

cvs-fast-export-broke.zip

Prevent 'done' from being written to the output fast-import stream when the --reposurgeon option is used.

This fixes the bug where we add items after importing from a cvs repository, and they are added after the done.

example

reposurgeon> read cvsroot reposurgeon> prefer git reposurgeon> mailbox_in --create <mailbox.in reposurgeon> write >out.fi

Using git fast-import on the out.fi does NOT include the contents of mailbox.in because the 'done' stops processing of the fast import stream.

Merge request reports