Re: Apache hangs upon post-review

2009-11-12 Thread Oliver Jones
Did you figure out what the problem was here. We have the same issue. Running Apache on Windows 2003, with mod_python and clearcase. Regards On Oct 24, 2:22 am, James wrote: > Per an earlier thread I'm trying to get Review Board working on > aWindowsmachine > with ClearCase integration.  I'v

Problem submitting review with post-review

2009-07-14 Thread Oliver Jones
I'm currently having a problem with post-review where it hangs waiting on a response from a reviewboard json request. The code where it hangs is in http_post method. r = urllib2.Request(url, body, headers) data = urllib2.urlopen(r).read() # <--- hangs here I'm using reviewboard

ClearCase and Reviewboard setup.

2009-07-09 Thread Oliver Jones
According to the ReviewBoard 1.0 release notes ReviewBoard is supposed to support ClearCase "out of the box". However once I had ReviewBoard 1.0 installed on my Windows server the config section's Scmtools area didn't mention ClearCase. After a little Googling I found that you need to add the Cl