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
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".
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 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'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 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?
i am having some problem in converting my svn repo to mercurial.
can anyone please help me.
when i run this command nothing happens.
i have installed
subversion: 1.6.12
hgsvn: 0.1.10
hgsubversion: 1.3+9-4e203a47102a
mercurial: 2.1
aun@ubuntu:/var/hg/repos/$ sudo hgimportsvn http://192.168.64.130/svn/dir4hg/trunk myrepo
[sudo] password for aun:
Password for 'admin':
admin
admin