<br><br><div class="gmail_quote">On Fri, Mar 14, 2008 at 9:08 AM,  &lt;<a href="mailto:ibn@ikeeper.cn">ibn@ikeeper.cn</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
not using apache, can I use &#39;hg serve&#39; to allow others push to my repo without SSL ?<br>
<br>
I heard that what hg serves is readonly,<br>
</blockquote><div><br>no, you can add the following to your .hgrc:<br><br>[web]<br>allow_push = *<br>push_ssl = false<br><br>Anyone can than push without a&nbsp; password.<br>&nbsp;<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
so we can only pull ? &nbsp;not push ?<br><br></blockquote></div><br>