< Home - < Back

svnkit


Information about the package, svnkit, which is shipped with common Linux distributions. The svnkit package is designed for, Pure Java Subversion client library.


Package Name:

svnkit

Summary:

Pure Java Subversion client library

Description:

SVNKit is a pure Java Subversion client library. You would like to use SVNKit when you need to access or modify Subversion repository from your Java application, be it a standalone program, plugin or web application. Being a pure Java program, SVNKit doesn't need any additional configuration or native binaries to work on any OS that runs Java.

Architecture:

x86_64

Version:

1.3.0

Release:

3.el6

Size:

1.8 M

Repository:

base

From Repository:

Licence:

TMate License and ASL 1.1



Handy Yum Commands for svnkit


Control the svnkit package with the following handy commands outlined below.


Command

Description of Command

yum install svnkit

This command will install svnkit on the server.

yum remove svnkit

This command will un-install svnkit on the server. When you run this command, you will be asked if you are sure that you want to remove svnkit, so you have to manually confirm that you want to do this.

yum -y remove svnkit

This command will un-install svnkit on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove svnkit when using the -y flag.

yum update svnkit

This command will update svnkit to the latest version. When you run this command, you will be asked if you are sure that you want to remove svnkit, so you have to manually confirm that you want to do this.

yum -y update svnkit

This command will update svnkit to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove svnkit when using the -y flag.

yum info svnkit

This command will show you core information about the svnkit package.

yum deplist svnkit

This command will show you the dependencies for svnkit. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update svnkit

This command will check if there is an update waiting on svnkit. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.