apache - How can I clone a mercurial repo including subrepos over http without having to be authenticated for every repo? -


it preferable authenticated once.

you can specify when clone: http://user:pass@url.com/repo/

or can put in global .hgrc file (note password in plain text)


Comments

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -