[ start | index | login ]
start > knowledgebase > linux > miscapplications > mercurial on rhel4

mercurial on rhel4

Created by yves. Last edited by yves, one year and 193 days ago. Viewed 956 times. #1
[edit] [rdf]
labels
attachments

Mercurial installation on RHEL4

Mercurial is a fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects. For more information, see >>http://www.selenic.com/mercurial/wiki/

Since there are currently no official binary packages that work in RHEL4, we have to run a quick installation procedure, as follows:

1) download the latest mercurial tarball from >>http://www.selenic.com/mercurial/release/?M=D

2) Uncompress and install, following the instructions here: >>http://www.selenic.com/mercurial/wiki/index.cgi/UnixInstall

# tar zxvf mercurial-0.9.3.tar.gz
# cd mercurial-0.9.3
# python setup.py install

3) Test the installation:

# [root mercurial-0.9.3]# hg debuginstall
Checking encoding (ANSI_X3.4-1968)…
Checking extensions…
Checking templates…
Checking patch…
Checking merge helper…
Checking commit editor…
Checking username…
 No username found, using 'root@<yourdomain>' instead
 (specify a username in your .hgrc file)
No problems detected
请以发表评论身份登录
Powered by snipsnap.org Found a mistake in a howto? Let us know via an email to p.blikibugs at rimuhosting com.