Skip to content

Releases: eduardosm/svn2git

0.4.0

23 Dec 11:16

Choose a tag to compare

Breaking

  • The delete-files option now matches file names instead of full paths.

Added

  • Support for partial branches. Partial branches are created by copying a subdirectory
    instead of the root of a branch. This feature is experimental.

Fixed

  • Files and directories named .svn and .git are now allowed to appear in the
    Subversion repository. Note that those named .git will not be included in the
    resulting Git repository.
  • Subversion operations that change a file from non-symlink to symlink are now allowed.

Other

  • MSRV has been bumped to 1.85.

0.3.0

22 Jun 20:27

Choose a tag to compare

Breaking

  • Unbranched branch will not be created if unbranched is not specified in the
    conversion parameters file.

Fixed

  • Fix incorrectly generated Git deltas for objects larger than 16777215 bytes
    (2^24 - 1).
  • Fix panic when merging the creation commit of an unrelated branch.

Other

  • MSRV has been bumped to 1.82.

0.2.1

09 Sep 11:58

Choose a tag to compare

Changed

  • Improved error message on failure to open the Subversion source.

0.2.0

10 Aug 16:44

Choose a tag to compare

Breaking

  • Conversion parameters format is now TOML instead of YAML.

0.1.0

22 Jul 19:48

Choose a tag to compare

  • Initial release