Publishing repositories

Dustin Sallings dustin at spy.net
Tue Feb 5 15:18:34 CST 2008


   Check out the hgrc man page.  On your remote repo, you have to  
enable push over plain http in .hgrc

-- 
Dustin Sallings (mobile)

On Feb 5, 2008, at 12:58, Vadim Lebedev <vadim at mbdsys.com> wrote:

> Hello,
>
> I've some problems publishing repositories at
> http://repo.mbdsys.com/openwengo
>
> I've followed the wiki and pull access is ok now
> but i want enable password control for push access
> so here is my .htaccess file
> ==============
> Options +ExecCGI
> AuthType Digest
> AuthName "openwengorepos"
> #AuthDigestProvider file
> AuthDigestFile /var/www/openwengo/hgusers
> #AuthDigestFile
> <LimitExcept GET>
>        Require valid-user
> </LimitExcept>
> ===========
>
> and i'm getting following output from hg:
> ====================
> hg --version
> Mercurial Distributed SCM (version 03ce5a919ae3)
>
> Copyright (C) 2005-2007 Matt Mackall <mpm at selenic.com> and others
> This is free software; see the source for copying conditions. There  
> is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR  
> PURPOSE.
>
> http://vadim@repo.mbdsys.com/openwengo/wengophone-2.2
> pushing to http://vadim@repo.mbdsys.com/openwengo/wengophone-2.2
> searching for changes
> http authorization required
> realm: openwengorepos
> user: vadim
> password:
> ssl required
> =============
>
>
> Any ideas on why do i have this 'ssl required' message?
>
>
> Thanks
> Vadim
>
>
> _______________________________________________
> Mercurial mailing list
> Mercurial at selenic.com
> http://selenic.com/mailman/listinfo/mercurial
>
>


More information about the Mercurial mailing list