I'm trying to build Mercurial on CentOS 6, so here is what I've done so far:
I got mercurial's latest sources, file is named mercurial-2.4.1.tar.gz
I try running rpmbuild on it and I get the following:
# rpmbuild -tb mercurial-2.4.1.tar.gz
error: File /home/someuser/rpms/mercurial/mercurial-snapshot.tar.gz: No such file or directory
So I try creating the file that it wants by copying from the
We have apache server which serves a site from public_html/site/
We would like to have a mercurial repo in the same dir, so that we could push our changes directly to the server.
So far I setup a hgweb.wsgi script and I can push and pull from the repo without any problems.
Problems start when I want to add an authentication.
I'm trying to install mercurial (the DVCS) but unfortunately http://mercurial.selenic.com is down. Does anybody know of any mirrors I could grab the source from, allowing me to install it. Hopefully the site doesn't stay down long, but doing some searching on twitter it appears it's already been down for a few days.
分布式版本控制系统 Mercurial 已发布新的 1.5
版本。作为一个重要的更新版本,Mercurial 1.5
主要添加了新的分支选项、更灵活的补丁导入、XML log 模板等功能。
参阅 Mercurial 1.5
发布注记可了解更多信息。
Not sure if it is related to this forum, so please pardon me if it is totally off. I am using intellij to browse some source code which I checked out of mercurial. Every now and then intellij complains that
Code:
Error executing "/usr/bin/hg".
I'm having a really hard time configuring [hostfingerprints] option on mercurial 2.3.1
On my /etc/mercurial/hgrc file i have this, after following the answer of this question http://stackoverflow.com/questions/5164804/get-certificate-fingerprint-o...
[hostfingerprints]
it.mgscreativa.com.ar = XX:XX:A1:28:49:24:21:1D:7E:9E:2B:E9:E7:CD:1C:E0:40:
I wanted to upgrade mercurial version on OpenSUSE box.
This is what I had
test99:~/TEST_AREA/hgplayarea # hg --version
Mercurial Distributed SCM (version 1.5)
Copyright (C) 2005-2010 Matt Mackall <mpm@selenic.com> and others
This is free software; see the source for copying conditions.
I have been searching, but I couldn't find a tutorial with a step by step guide to creating authentication for Mercurial. From what I have found, a lot of people are pointing to this resource, but it doesn't seem to show what I am trying to achieve: http://mercurial.selenic.com/wiki/PublishingRepositories
Can someone please show me where I can find a guide to setup authentication with Mercurial?
Using makepkg --holdver and definining the specific revision in _svnmod makes it quite easy to build a specific revision. I tried my best with mercurial, but it always checked out the latest revision.How can I get specific revision builds with mercurial and makepkg?Martin
sandstorm
https://bbs.archlinux.org/profile.php?id=4282
2013-02-26T11:42:53Z