若想要立即有個可以和別人 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 也能通哦!!
[web] allow_push = * push_ssl = false接著打 hg server -p SOME_PORT, 別人就能用 http://YOUR_HOST:SOME_PORT/ 和你同步資料了。雙方用 Windows 也能通哦!!
Fedora 似乎因為執行檔撞名,而沒有提供 id-utils 的套件 ,但這是使用 gj 的必要套件,只好自己編。從官網抓好 tarball ,解開來編譯 (./configure && make)就是了。 但編譯後會遇到錯誤: ./stdio.h:10...
沒有留言:
張貼留言