Skip to main content

Clients

Posted in

SVN client options

Mac OS X
Subversion builds for OS X
Martin Ott's OS X packages
OpenCollab.net version
"Versions" Mac Subversion client
svnX
ZigVersion

Setting up the Subversion Client on Mac OS X

CentOS Linux
RHEL4 RPMs are available at Collab.net. Registration is required but the software is free. Copy of the 1.6.11-1 client can be downloaded here.

tar zxf CollabNetSubversion-client-1.6.11-1.tar.gz
rpm -Uvh CollabNetSubversion-client-1.6.11-1.i386.rpm

Edit ~/.bash_profile and add /opt/CollabNet_Subversion/bin/ to PATH. You'll end up with something like:
PATH=$PATH:$HOME/bin:/opt/CollabNet_Subversion/bin

$SVN_EDITOR environment variable
Edit ~/.bashrc and add:

SVN_EDITOR="/bin/vi"
export SVN_EDITOR