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

mod rewrite - Doing external redirect. .htaccess NS flag not working. How to achieve similar results? -

python - Does anyone know how to configure the hunpos wrapper class on nltk? -