Page 1 of 1

hg server error

Posted: Tue Apr 23, 2013 4:07 pm
by ecosky
It may be something I'm doing wrong, but when I try to use TortoiseHg to check for incoming changes it gives me an "HTTP Error: 500 (URL Rewrite Module Error.)" message.
The log shows this:

Code: Select all

% hg --repository C:\code\bepu\development incoming --quiet --bundle c:\users\localuser\appdata\local\temp\thg.tijme7\https__hg01.codeplex.com_forks_rossnordby_development_xm45eg.hg https://hg01.codeplex.com/forks/rossnordby/development
HTTP Error: 500 (URL Rewrite Module Error.)
[command returned code 255 Tue Apr 23 08:57:14 2013]
Is anyone else having trouble updating? I saw on StackOverflow an error 500 can occur sometimes with hg repos and some kind of server cleanup command has to be executed, and they specifically mentioned codeplex admins had to do it for them. I was just skimming, there were a number of threads out there like that.

I'm still betting it's something weird with my system, but its probably worth checking out to make sure it's not just me.

Re: hg server error

Posted: Tue Apr 23, 2013 5:47 pm
by Norbo
I deleted the separate Development fork; hiding away the most recent changes like that was causing some confusion about whether the project was still being updated. Everything is now just pushed straight to the main source tab.

Re: hg server error

Posted: Tue Apr 23, 2013 9:02 pm
by ecosky
Makes sense, thanks for letting me know. Now I need to go learn how to hook my branch to a different fork :)