can I use 'hg serve' to allow push without ssl
Ralf Schmitt
schmir at gmail.com
Fri Mar 14 05:51:18 CDT 2008
On Fri, Mar 14, 2008 at 9:08 AM, <ibn at ikeeper.cn> wrote:
>
> not using apache, can I use 'hg serve' to allow others push to my repo
> without SSL ?
>
> I heard that what hg serves is readonly,
>
no, you can add the following to your .hgrc:
[web]
allow_push = *
push_ssl = false
Anyone can than push without a password.
>
> so we can only pull ? not push ?
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://selenic.com/pipermail/mercurial/attachments/20080314/cc76d5ef/attachment.htm
More information about the Mercurial
mailing list