2010年4月28日 星期三

hg serve allow push

官網 Publishing Mercurial Repositories 有寫, man hgrc 也有寫。不過我眼睛太大了, 之前都沒看到, 自己來備忘一下。

若想要立即有個可以和別人 push / pull 的 mercurial server 又不在意權限設定, 就在 mercurial repository config (`hg root`/.hg/hgrc) 裡這麼設:
[web]
allow_push = *
push_ssl = false
接著打 hg server -p SOME_PORT, 別人就能用 http://YOUR_HOST:SOME_PORT/ 和你同步資料了。雙方用 Windows 也能通哦!!

沒有留言:

張貼留言

在 Fedora 下裝 id-utils

Fedora 似乎因為執行檔撞名,而沒有提供 id-utils 的套件 ,但這是使用 gj 的必要套件,只好自己編。從官網抓好 tarball ,解開來編譯 (./configure && make)就是了。 但編譯後會遇到錯誤: ./stdio.h:10...