Re: Create new review remote API

2009-06-13 Thread Gilles Moris
On Fri June 12 2009 19:11:15 Christopher wrote: hg requestreview -m Made some great new changes to component Foo For Mercurial, you can evaluate this HG extension: http://freehg.org/u/roccoblues/mercurial-reviewboard/ Regards. Gilles. --~--~-~--~~~---~--~~

Re: (A solution) 404 error when using reviewboard with lighttpd

2009-06-13 Thread Christian Hammond
On Wed, Jun 10, 2009 at 11:57 PM, joseph.pnc joseph@gmail.com wrote: And this line: ^(/.*)$ = /reviewboard.fcgi/$1, to this: ^(/.*)$ = /reviewboard.fcgi/$1, Hmm, I don't see a difference between these two lines. Am I missing it? Christian -- Christian Hammond -

Re: post-review under clearcase / HOW TO ?

2009-06-13 Thread Christian Hammond
Can you submit this to http://reviews.review-board.org/? All patches should go through there for review. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Mon, May 25, 2009 at 3:54 AM, Bartlomiej Celary

Re: django.core.exceptions.ImproperlyConfigured: MySQLdb-1.2.1p2 or newer is required; you have 1.2.1

2009-06-13 Thread Christian Hammond
Sometimes a distro will have Apache configured with one version of Python (say, 2.4) while /usr/bin/python is 2.5. I've seen this on a RHEL5 machine, though it's possible that's because someone installed a newer Python. What's the site-packages path containing the new MySQLdb? Also, do you see

Re: Report application name to Perforce using -zprog?

2009-06-13 Thread Christian Hammond
So this would allow for reporting progress on, say, file fetches from Perforce? Something like that would be interesting for displaying progresses on rendering diffs, but would be a lot of work. We'd need to find a good use case for it and implement things in a way where our code could take

Review Board 1.0 RC3 released

2009-06-13 Thread Christian Hammond
Hi everyone, I've just put out a release of 1.0 RC3, which should actually be the final RC as long as nothing else blows up. I plan to release 1.0 next weekend. If people would test this release this week and make sure nothing is newly broken in your installs, it would REALLY help us out!

RE: Report application name to Perforce using -zprog?

2009-06-13 Thread Paul Scott
Hmm... I don't know about that. I mean, if you really wanted to try and stick unique identifiers in your p4 commands so you could track which ones were currently pending, I guess you could, but I assume your Perforce administrators would get cranky at you. ;) Also, I don't really know how

Re: Report application name to Perforce using -zprog?

2009-06-13 Thread David Trowbridge
I don't see any reason why we shouldn't do this. Accountability is a good thing. -David On Sat, Jun 13, 2009 at 8:41 PM, Paul Scottpsc...@vmware.com wrote: Hmm... I don't know about that. I mean, if you really wanted to try and stick unique identifiers in your p4 commands so you could track

Issue 1166 in reviewboard: view diff failed for files contain Mac newline char (i.e. CR \r) -- use SVN client

2009-06-13 Thread codesite-noreply
Updates: Status: NeedInfo Comment #2 on issue 1166 by chipx86: view diff failed for files contain Mac newline char (i.e. CR \r) -- use SVN client http://code.google.com/p/reviewboard/issues/detail?id=1166 Would you mind upgrading to the nightly of RBTools? This should be fixed.