Releases: eduardosm/svn2git
Releases · eduardosm/svn2git
0.4.0
Breaking
- The
delete-filesoption 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
.svnand.gitare now allowed to appear in the
Subversion repository. Note that those named.gitwill 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
Breaking
- Unbranched branch will not be created if
unbranchedis 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
Changed
- Improved error message on failure to open the Subversion source.
0.2.0
Breaking
- Conversion parameters format is now TOML instead of YAML.
0.1.0
- Initial release