Hi, thanks for all the responses and the suggestions. I'm a little embarassed that I did not recognize that this is a problem on the client side, and that the feature with the [auth] section is brand new.. I should have looked at the locally installed hgrc manpage and not at the corresponding page on the Mercurial web page.
I had already asked on the MercurialEclipse mailing list, and did not yet receive a good answer to the problem. So I tried it with a bleeding-edge self-built hg like Jacob proposed. This also doesn't work, maybe the feature is not completed yet. I'm still prompted for username and password when I run "hg push" from the command line. So I'll try the next suggestion and ask on the hg mailing list. Thanks Stephan On 12 Mai, 23:23, Jacob Lee <[email protected]> wrote: > Hi, > > The [auth] section in .hgrc is quite new -- it looks like it was added > just a week ago, > inhttp://www.selenic.com/repo/index.cgi/hg/rev/89c80c3dc584-- so it's > most likely that your version of mercurial does not support it yet. > With that section not available, the correct method is to embed the > password in the push url in the paths section of the hgrc, as you have > done. It's possible that MercurialEclipse simply doesn't handle such > URLs correctly. As a shot in the dark, maybe it doesn't use % as an > escape, and thus simply "%40" rather than "%%40" would work, but I > don't have eclipse easily accessible to test this out. > > I'd suggest some combination of the following: > - try a bleeding-edge hg that supports the auth section > - ask the MercurialEclipse authors / user list > - ask on the hg mailing list athttp://selenic.com/mailman/listinfo/mercurial > -- > Jacob Lee > [email protected] > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hosting at Google Code" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-code-hosting?hl=en -~----------~----~----~----~------~----~------~--~---

