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
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
分布式版本控制系统 Mercurial 已发布新的 1.5
版本。作为一个重要的更新版本,Mercurial 1.5
主要添加了新的分支选项、更灵活的补丁导入、XML log 模板等功能。
参阅 Mercurial 1.5
发布注记可了解更多信息。
same here!
enricostn
https://bbs.archlinux.org/profile.php?id=51174
2013-01-05T13:23:21Z
after trying to enable mercurial apache web access on my Ubuntu Server 12.04 box, I've got a 403 Forbidden error when accessing http://my.site.com/mercurial with log:
[Tue Sep 04 01:20:22 2012] [error] [client X.X.X.X] client
denied by server configuration: /mercurial/hgweb.cgi
I have added this to /etc/apache2/sites-available/default
ScriptAliasMatch ^/mercurial(.*) /mercurial/hgweb
If you use nvidia it is probably related to this issue https://bbs.archlinux.org/viewtopic.php?id=152837I saw same behaviour a week or so ago.
scottmuz
https://bbs.archlinux.org/profile.php?id=54197
2012-11-23T12:14:55Z
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?
Banton wrote:San2ban wrote:AllanWhat I meant is, it had become PID1. When I issued init 0, init 6 commandsit never worked. It said something about systmctl not recognizing something..So... I imagined it had replaced itself.I re-installed runit-run, and init 0, init 6 started workingThat's just not possible, Archlinux only boots systemd if you tell it to.Not really.
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.