1

I was hoping that my issue http://kiln.stackexchange.com/questions/542/ will disappear after upgrading to 1.0.38.

Now, it totally fails nad cant even authenticate against main kiln repo.(I can login to Kiln site with my AD account)

Logs: (I've tried both username and DOMAIN\username)

hg version --noninteractive

Mercurial Distributed SCM (version 1.4.3)

Copyright (C) 2005-2010 Matt Mackall mpm@selenic.com and others This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

hg id http://myfogbugz.url.com/kiln/Repo/Online-Islemler/Group/My__OnlineHizmetler --noninteractive --config "auth.kiln.prefix=http://myfogbugz.url.com/kiln/Repo/Online-Islemler/Group/My_OnlineHizmetler" --config "auth.kiln.username=atakan.eser" --config "auth.kiln.password=MyPassword"

abort: HTTP Error 403: Forbidden ( The server denied the specified Uniform Resource Locator (URL). Contact the server administrator. )

hg id http://myfogbugz.url.com/kiln/Repo/Online-Islemler/Group/My__OnlineHizmetler --noninteractive --config "auth.kiln.prefix=http://myfogbugz.url.com/kiln/Repo/Online-Islemler/Group/My_OnlineHizmetler" --config "auth.kiln.username=MYDOMAIN\atakan.eser" --config "auth.kiln.password=MyPassword"

abort: HTTP Error 403: Forbidden ( The server denied the specified Uniform Resource Locator (URL). Contact the server administrator. )

flag
1 
Can you use "hg id myfogbugz.url.com/kiln/Repo/Online-Islemler/Group/…; to verify that mercurial can connect to the repository normally? – Rock Hymas Feb 10 2010 at 20:27
1 
nope. But I've found the bug. It is related to kiln.stackexchange.com/questions/577/… hd id "my-maintenance-ur/kiln/repo..."; works – Atakan Eser Feb 10 2010 at 22:03

closed as no longer relevant by Benjamin Pollack♦♦ Feb 22 2011 at 16:02

1 Answer

1

I've opened a case and we're looking into this.

link|flag
1 
Ben, It's related to kiln.stackexchange.com/questions/577/… I think if you fix it, this issue will be fixed too – Atakan Eser Feb 10 2010 at 22:04
Ok, thanks, Atakan -- we're making progress. – Ben Kamens Feb 11 2010 at 2:24

Not the answer you're looking for? Browse other questions tagged or ask your own question.