Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Releases: blackstream-x/python-svn2git

v2.6.0 Release

24 Sep 08:26
4c1732c
Compare
Choose a tag to compare

Changes to push_all.py since v2.5.x:

  • Replaced the --batch-size option by --incremental
  • Output the number of commits not yet pushed per branch
  • Fail early if previous push attempts of the same commit failed
  • Check if the tagged commit is on remote before attempting to push the tag
  • Go back to the original branch after pushing the branches
  • Refactoring and bugfixes

v2.6 Release Candidate 2: Push improvements

17 Sep 09:43
v2.6.0-rc2
9544786
Compare
Choose a tag to compare

Changes to push_all.py since v2.5.x:

  • Replaced the --batch-size option by --incremental
  • Output the number of commits not yet pushed per branch
  • Fail early if previous push attempts of the same commit failed
  • Check if the tagged commit is on remote before attempting to push the tag
  • Go back to the original branch after pushing the branches
  • Refactoring and bugfixes

v2.5 Bugfix 1

16 Aug 07:06
v2.5.1
1d52977
Compare
Choose a tag to compare

Changes since v2.5.0:

  • Fixed wrong arguments sequence in push_all.py summary output

v2.5 stable release

13 Aug 09:49
v2.5.0
067db81
Compare
Choose a tag to compare

Changes since 2.4.x:

  • svn2git.py improvements:
    • the initial branch of the new local git repository is now automatically detected
    • the --password option has been removed (it was not recognized by git svn init anyway)
  • New script push_all.py wrapping push commands
  • Code refactoring: git calls have been factored out to the gitwrapper module

2.4 Bugfix 2

10 Aug 14:09
v2.4.2
f27d3ca
Compare
Choose a tag to compare

Changes since 2.4.0:

  • Fixed a programming error in the fix_trunk() method
  • Update version.txt to match the release