Tried to enable hg push over http, but failed
Wednesday Oct 18, 2006
For a centralized workspace with multiple committers, it's important to make sure the write access to the workspace works fine. At the beginning we try to use push back over http, described in selenic.com.
- create .htaccess
- create htpasswd
- put 'allow_push = *' in .hg/hgrc
- put 'push_ssl = false' in .hg/hgrc
...
But it just don't work.
:(
I found the same problem as Georg encountered:
http://marc.theaimsgroup.com/?l=mercurial&m=115438570707603&w=2
Any one who has the workaround for it please feel free to let me know.
:)












Thanks for your information, i have read it, ...