most used way to allow push

Mads Kiilerich mads at kiilerich.com
Sat Mar 15 18:15:40 CDT 2008


ibn at ikeeper.cn wrote, On 03/15/2008 05:22 PM:
> what's the most used way to allow push ?
>   

http://www.selenic.com/mercurial/wiki/index.cgi/ServerInstall mentions 
some server setup possibilities. For push you obviously don't want 
public access but something with access control. I think it's mostly 
done with SSH - SharedSSH lists several variants over this theme.

But note that for true Distributed VCS it doesn't have to be uniform; it 
is up the each developer how she wants to push to her own "push point" 
as long as all the others can pull from it. So the question of push 
method isn't necessarily that important, and developers and project 
might have good reasons for choosing their own way of doing it.

/Mads


More information about the Mercurial mailing list