Skip to content

Releases: cyotek/SvnGitMigrate

v1.4

28 Feb 10:06
c574174
Compare
Choose a tag to compare

1.4

Added

  • Added simple preview

Fixed

  • Includes and excludes weren't correctly processing, meaning entire commits
    could be incorrectly excluded

v1.3

31 Jul 12:33
Compare
Choose a tag to compare

Changed

  • Glob pattern matching no longer applies to folder names,
    preventing issues where files were checked out of SVN but not
    synced into the Git repository

v1.2

11 Jul 12:08
Compare
Choose a tag to compare

Changed

  • Glob pattern matching now applies to SVN revisions, preventing
    needless checkouts if none of the files in the revision will
    be processed

Fixed

  • Migration log would sometimes list the same SVN revision
    multiple times even though each revision is only processed
    once

v1.1

03 Jul 10:35
Compare
Choose a tag to compare

Added

  • Added the ability to specify globs for including or excluding
    files from being migrated to the new repository