How to Install and Uninstall svn2git Package on Kali Linux

Last updated: May 09,2024

1. Install "svn2git" package

Please follow the guidance below to install svn2git on Kali Linux

$ sudo apt update $ sudo apt install svn2git

2. Uninstall "svn2git" package

This tutorial shows how to uninstall svn2git on Kali Linux:

$ sudo apt remove svn2git $ sudo apt autoclean && sudo apt autoremove

3. Information about the svn2git package on Kali Linux

Package: svn2git
Version: 2.4.0-3
Installed-Size: 53
Maintainer: Sascha Girrulat
Architecture: all
Depends: ruby | ruby-interpreter, git-svn
Size: 20348
SHA256: 1a0398f63d7d853f9b8eed9d49f30dd02366824b8ee4974ef788ff066d2d0c63
SHA1: d88b4d4e00d88daa0a079094ae6b4e368c62deaa
MD5sum: 3ddb34bc1aed3fae7e35c5ca7ad1b371
Description: 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.
Description-md5:
Homepage: https://github.com/nirvdrum/svn2git
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/s/svn2git/svn2git_2.4.0-3_all.deb