< Home - < Back

websvn


Information about the package, websvn, which is shipped with common Linux distributions. The websvn package is designed for, Online subversion repository browser.


Package Name:

websvn

Summary:

Online subversion repository browser

Description:

WebSVN offers a view onto your subversion repositories that's been designed to reflect the Subversion methodology. You can view the log of any file or directory and see a list of all the files changed, added or deleted in any given revision. You can also view the differences between two versions of a file so as to see exactly what was changed in a particular revision.

Architecture:

noarch

Version:

2.3.3

Release:

13.el6

Size:

240 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for websvn


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


Command

Description of Command

yum install websvn

This command will install websvn on the server.

yum remove websvn

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

yum -y remove websvn

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

yum update websvn

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

yum -y update websvn

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

yum info websvn

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

yum deplist websvn

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

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