svn2git 2.4.0-3 source package in Ubuntu

Changelog

svn2git (2.4.0-3) unstable; urgency=medium

  * Add patch to support different localized git messages (Closes: #893997)
  * Add patch to handle stdin bypass (Closes: 905832)

 -- Sascha Girrulat <email address hidden>  Wed, 11 Sep 2019 17:14:52 +0200

Upload details

Uploaded by:
Sascha Girrulat
Uploaded to:
Sid
Original maintainer:
Sascha Girrulat
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
svn2git_2.4.0-3.dsc 1.8 KiB 93fc7dbfe77f4d7647780fab1b208920e23a63d3544706a83f5f5cb39c010cf3
svn2git_2.4.0.orig.tar.gz 14.4 KiB 447ebb4c16b134036ecbe0b013382cc59c8c4f578de5d5b25f67a91fa4fe95e1
svn2git_2.4.0-3.debian.tar.xz 7.6 KiB bb048ebbf1ec98401879d1653e8593951702fba590952ac654b5887445352eee

Available diffs

No changes file available.

Binary packages built by this source

svn2git: Ruby tool for migrating svn projects to git

 Svn2git is a tiny utility for migrating projects from Subversion to Git
 while keeping the trunk, branches and tags where they should be. It uses
 git-svn to clone an svn repository and does some clean-up to make sure
 branches and tags are imported in a meaningful way, and that the code
 checked into master ends up being what's currently in your svn trunk
 rather than whichever svn branch your last commit was in.