hg server error

Discuss any questions about BEPUphysics or problems encountered.
Post Reply
ecosky
Posts: 69
Joined: Fri Nov 04, 2011 7:13 am
Contact:

hg server error

Post 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.
Norbo
Site Admin
Posts: 4929
Joined: Tue Jul 04, 2006 4:45 am

Re: hg server error

Post 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.
ecosky
Posts: 69
Joined: Fri Nov 04, 2011 7:13 am
Contact:

Re: hg server error

Post by ecosky »

Makes sense, thanks for letting me know. Now I need to go learn how to hook my branch to a different fork :)
Post Reply