Skip to content

v0.5.0

Pre-release
Pre-release

Choose a tag to compare

@marcleblanc2 marcleblanc2 released this 30 Jul 02:31
· 7 commits to main since this release
2488f89

What's Changed

  • Simplified config options in repos-to-convert.yaml, to ensure local file paths are equally unique as URLs, and to minimize the number of lines of configs customers need to maintain

  • Provide the disable_tls_verification config option, when cloning from enterprise Subversion servers using TLS certificates signed by internal PKI certificate authorities, which required switching the svn info command from the svn cli to the pysvn module

  • Assuming --layout standard by default, unless trunk, branches, or tags is provided

  • A git svn fetch job will now find and remove git, svn, and git svn lock files in any dir under .git

  • Refactored process sessions and groups, to make it easier to understand process family trees

  • Updated Dockerfile for faster builds

  • Updated docs

  • Tidied up repo

Full Changelog: v0.4.0...v0.5.0