How to Install and Uninstall hgsvn.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "hgsvn.noarch" package

Please follow the guidelines below to install hgsvn.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install hgsvn.noarch

2. Uninstall "hgsvn.noarch" package

This guide let you learn how to uninstall hgsvn.noarch on Fedora 34:

$ sudo dnf remove hgsvn.noarch $ sudo dnf autoremove

3. Information about the hgsvn.noarch package on Fedora 34

Last metadata expiration check: 5:49:47 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : hgsvn
Version : 0.6.0
Release : 3.fc34
Architecture : noarch
Size : 144 k
Source : hgsvn-0.6.0-3.fc34.src.rpm
Repository : fedora
Summary : A set of scripts to work locally on subversion checkouts using mercurial
URL : http://pypi.python.org/pypi/hgsvn/
License : GPLv3+
Description : This set of scripts allows to work locally on subversion managed
: projects using the mercurial distributed version control system.
:
: Why use mercurial? You can do local (disconnected) work, pull the
: latest changes from the subversion server, manage private branches,
: submit patches to project maintainers, etc. And of course you have
: fast local operations like hg log and hg annotate.