how to use bazaar plugin netrc_credential_store ?

Asked by Vijaya Kumar

Hi,

Anyone please explain how to use bazaar plugin netrc_credential_store ?

Regards,
Vijay

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Solved by:
Jelmer Vernooij
Solved:
Last query:
Last reply:
Revision history for this message
Best Jelmer Vernooij (jelmer) said :
#1

It uses the standard netrc file format to retrieve user credentials.

See "man netrc" for details.

You'll also have to direct bzr to actually use the credentials file by setting something like:

[host1]
host = host
user = joe
password_encoding = netrc

in your authentication.conf

Revision history for this message
Vijaya Kumar (vijayakumar-cm) said :
#2

Thanks Jelmer Vernooij, that solved my question.