< Home - < Back

cvsps


Information about the package, cvsps, which is shipped with common Linux distributions. The cvsps package is designed for, Patchset tool for CVS.


Package Name:

cvsps

Summary:

Patchset tool for CVS

Description:

CVSps is a program for generating 'patchset' information from a CVS repository. A patchset in this case is defined as a set of changes made to a collection of files, and all committed at the same time (using a single 'cvs commit' command). This information is valuable to seeing the big picture of the evolution of a cvs project. While cvs tracks revision information, it is often difficult to see what changes were committed 'atomically' to the repository.

Architecture:

x86_64

Version:

2.2

Release:

0.6.b1.el6

Size:

114 k

Repository:

installed

From Repository:

base

Licence:

GPLv2



Handy Yum Commands for cvsps


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


Command

Description of Command

yum install cvsps

This command will install cvsps on the server.

yum remove cvsps

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

yum -y remove cvsps

This command will un-install cvsps 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 cvsps when using the -y flag.

yum update cvsps

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

yum -y update cvsps

This command will update cvsps 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 cvsps when using the -y flag.

yum info cvsps

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

yum deplist cvsps

This command will show you the dependencies for cvsps. 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 cvsps

This command will check if there is an update waiting on cvsps. 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.