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. )