On Dec 22, 2009, at 4:41 PM, mdipierro wrote:

> does not work gives me an error because the username is my email
> address and contains @.

What if you encode it as %40?

> 
> On Dec 22, 5:59 pm, Thadeus Burgess <thade...@thadeusb.com> wrote:
>> You need to include the username/password as an in-line to the URL.
>> 
>> default = https://<username>:<password>@web2py.googlecode.com/hg/
>> 
>> so...
>> 
>> https://mdipierro:s343...@web2py.googlecode.com/hg/
>> 
>> -Thadeus
>> 
>> On Tue, Dec 22, 2009 at 5:46 PM, mdipierro <mdipie...@cs.depaul.edu> wrote:
>>> I have this in my .hg/hgrc
>> 
>>> [paths]
>>> default =https://web2py.googlecode.com/hg/
>>> default-push <https://web2py.googlecode.com/hg/%0Adefault-push> =
>>> https://web2py.googlecode.com/hg/
>> 
>>> [auth]
>>> default.prefix =https://web2py.googlecode.com/hg/
>>> default.username = mdipie...@cs.depaul.edu
>>> default.password = <my password>
>>> default-push.prefix =https://web2py.googlecode.com/hg/
>>> default-push.username<https://web2py.googlecode.com/hg/%0Adefault-push.username>=
>>> mdipie...@cs.depaul.edu
>>> default-push.password = <my password>
>> 
>>> It still asks me for username and password every time I do
>> 
>>> Why? What am I doing wrong?
>> 
>>> Massimo
>> 
>>> --
>> 
>>> You received this message because you are subscribed to the Google Groups
>>> "web2py-users" group.
>>> To post to this group, send email to web...@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> web2py+unsubscr...@googlegroups.com<web2py%2bunsubscr...@googlegroups.com>
>>> .
>>> For more options, visit this group at
>>> http://groups.google.com/group/web2py?hl=en.
>> 
>> 
> 
> --
> 
> You received this message because you are subscribed to the Google Groups 
> "web2py-users" group.
> To post to this group, send email to web...@googlegroups.com.
> To unsubscribe from this group, send email to 
> web2py+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/web2py?hl=en.
> 
> 


--

You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.


Reply via email to