CollabNet Subversion Command-line Installer for Linux
Version 1.5.7-1
Release Date: August 10, 2009
Contents
1. Platform and configuration
2. Import CollabNet GPG key
3. First installation
4. Updating an existing installation
5. Post-installation instructions
6. Support for CollabNet Subversion
7. About Subversion and CollabNet
1. Platform and configuration
Product: CollabNet Subversion client
Platforms: Red Hat Enterprise Linux releases 4 and 5 (all versions, 32 bit)
Prerequisite: You must be a superuser (root) to install and uninstall
CollabNet Subversion.
2. Import CollabNet GPG key
CollabNet Subversion RPMs are signed using our GPG key. As a one-time task,
import the CollabNet GPG key using the command:
sudo rpm --import /path/to/RPM-GPG-KEY-csvn.asc
The CollabNet GPG key is available for download at:
http://www.collab.net/nonav/downloads/subversion/gpg-key/RPM-GPG-KEY-csvn.asc
3. First installation
The command to install the CollabNet Subversion RPM, if a previous version
has not already been installed, is:
sudo rpm -ivh /path/to/client.rpm
4. Updating an existing installation
If you have a previous version of the CollabNet Subversion client RPM installed,
update to the new version by running this command:
sudo rpm -Uvh /path/to/client.rpm
If you also have a previous version of the CollabNet Subversion server RPM
installed, add the --force option to the command:
sudo rpm -Uvh --force /path/to/client.rpm
5. Post-installation instructions
A. CollabNet Subversion installs into /opt/CollabNet_Subversion, which is
probably not on the executable search path for your system. Add the directory
/opt/CollabNet_Subversion/bin to your $PATH environment variable. In order to
make this change affect all users of your system and persists across reboots,
add the following line to /etc/profile:
PATH=/opt/CollabNet_Subversion/bin:$PATH
B. CollabNet Subversion provides man pages and localizations for several
languages. To take advantage of these features, update your MANPATH and/or
LOCPATH environment variables to include the CollabNet Subversion directories.
For example:
export MANPATH=/opt/CollabNet_Subversion/share/man:$MANPATH
export LOCPATH=/opt/CollabNet_Subversion/share/locale:$LOCPATH
6. Support for CollabNet Subversion
Find out about CollabNet Technical Support at
http://www.collab.net/services/subversion/
Information about CollabNet Training, Consulting, and Migration
services is at http://www.collab.net/services/subversion/training.html
Join openCollabNet for community support: http://open.collab.net
7. About Subversion and CollabNet
CollabNet launched the Subversion project in 2000 in response to the demand
for an open standard for Web-based software configuration management that
could support distributed development. CollabNet continues to be strongly
involved with the Subversion project and offers CollabNet Subversion Support,
Training, and Consulting services.
CollabNet also provides the most widely used collaborative development
environment in the world. More than 1,400,000 developers and IT projects
managers collaborate online through CollabNet. The company is transforming
the way software is developed by enabling organizations to leverage global
development talents to deliver better products and innovate faster.
Visit CollabNet at http://www.collab.net for more information.