Re: Review board installation problem

2009-08-19 Thread snowman
The problem is solved by put the patch.exe to the bin path of the web server. Thanks! But the the css seems doesn't take effect for the web site. Every looks like plain text. How to solve this issue? --~--~-~--~~~---~--~~ You received this message because you

Re: Review board installation problem

2009-08-19 Thread Christian Hammond
The config file looks right. If you go to http://yoursite/media/ in your browser, what do you see, and do your Apache error logs say anything? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Wed, Aug 19,

Re: Review board installation problem

2009-08-19 Thread snowman
Thanks, it works! so good. I'm a new guy to this django thing Christian, really appreciate with your in-time and helpful answers. On Aug 19, 6:04 pm, Christian Hammond chip...@chipx86.com wrote: I think we have a bug where the configuration file isn't generated correctly. Try changing all

Re: Review board installation problem

2009-08-19 Thread Christian Hammond
Glad it's working! I'll make sure to fix this bug for a point release. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Wed, Aug 19, 2009 at 3:12 AM, snowman zgwan...@hotmail.com wrote: Thanks, it works!

Re: post-review error

2009-08-19 Thread Agile
in advance. Kyle On Aug 19, 9:30 am, Code Review review.c...@gmail.com wrote: Thanks Christian. I grabbed and installed the latest tgz file: RBTools-0.2beta2.dev-20090819.tar.gzhttp://downloads.review-board.org/nightlies/RBTools-0.2beta2.dev-2009... and gave a sudo python setup.py. I think everything

Re: post-review error

2009-08-19 Thread Code Review
Thanks Christian. I grabbed and installed the latest tgz file: RBTools-0.2beta2.dev-20090819.tar.gzhttp://downloads.review-board.org/nightlies/RBTools-0.2beta2.dev-20090819.tar.gz and gave a sudo python setup.py. I think everything went smoothly. Now, I am having problem with setting

Re: cat: /usr/cc_storage/unix_STREAM/.../myjava.sql@@/main/STREAM/2: No such file or directory\n

2009-08-19 Thread Dan Savilonis
From the documentation, it looks like ccrt has the same command line interface as cleartool, so as I understand it the problem is just that it is a snapshot view. We need to fix snapshot view functionality for regular clearcase anyway, so it should be possible to support both tools. Dan On Aug

Re: post-review error

2009-08-19 Thread Christian Hammond
am, Code Review review.c...@gmail.com wrote: Thanks Christian. I grabbed and installed the latest tgz file: RBTools-0.2beta2.dev-20090819.tar.gz http://downloads.review-board.org/nightlies/RBTools-0.2beta2.dev-2009... and gave a sudo python setup.py. I think everything went smoothly

Windows post-review .exe

2009-08-19 Thread Dana Lacoste
So, I have everything working (from trunk, with a patch that I've uploaded for review :) to get my perforce users working with reviewboard. That is, I can, from Windows, run post-review and create a review with a diff. WooHoo! The only catch is that I've been asked to make it not require so

RBTools and Python 2.4

2009-08-19 Thread Neil Gierman
I was trying to install RBTools on my Python 2.3.4 system and got the message about the missing cookielib import. Is it possible to support the pre-2.4 libraries of ClientCookie like is documented at http://code.activestate.com/recipes/302930/ ? I'm not sure if there are any other requirements

Re: Reviewboard for Scala reviews

2009-08-19 Thread Christian Hammond
Hi, A likely cause might be a bug in the Pygments syntax highlighter. Try disabling syntax highlighting and load the diff again. If it comes up, then we need to talk to the Pygments guys and report this. Sorry this is causing you guys problems. There's no good short-term solution for disabling

Re: Windows post-review .exe

2009-08-19 Thread Christian Hammond
Hey Dana, First off, are you using the released RBTools, or the nightly? The nightly should automatically create .exe files when installing. It will still require the simplejson dependency at install time, but at least the resulting .exe will have it built-in. You could probably distribute that.

RE: Windows post-review .exe

2009-08-19 Thread Lacoste, Dana (TSG Software San Diego)
I like the idea ☺ but according to the setuptools website, Automatically generate wrapper scripts or Windows (console and GUI) .exe files for any number of main functions in your project. (Note: this is not a py2exe replacement; the .exe files rely on the local Python installation.) So I'd

Re: post-review error

2009-08-19 Thread Code Review
review.c...@gmail.com wrote: Thanks Christian. I grabbed and installed the latest tgz file: RBTools-0.2beta2.dev-20090819.tar.gz http://downloads.review-board.org/nightlies/RBTools-0.2beta2.dev-2009... and gave a sudo python setup.py. I think everything went smoothly. Now, I am having

Re: Windows post-review .exe

2009-08-19 Thread Thilo-Alexander Ginkel
On Wednesday 19 August 2009 23:03:33 Dana Lacoste wrote: So, I have everything working (from trunk, with a patch that I've uploaded for review :) to get my perforce users working with reviewboard. That is, I can, from Windows, run post-review and create a review with a diff. WooHoo! The

Re: RBTools and Python 2.4

2009-08-19 Thread Neil Gierman
I started looking around and the closest thing I see is http://reviewboard.googlecode.com/svn/trunk/reviewboard/contrib/tools/post-commit. Is there another place that the RBTools source is, or is that it? --~--~-~--~~~---~--~~ You received this message because

Re: RBTools and Python 2.4

2009-08-19 Thread Christian Hammond
It should be /trunk/rbtools/scripts/postreview.py. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Wed, Aug 19, 2009 at 7:33 PM, Neil Gierman neil.gier...@gmail.comwrote: I started looking around and

Re: RBTools and Python 2.4

2009-08-19 Thread Neil Gierman
It's over before it began. Replacing cookielib is one thing, but going back and replacing subprocess is another. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups reviewboard group. To post to this group, send email to

Issue 748 in reviewboard: Commenter name is sometimes missing from the body of reviewboard emails

2009-08-19 Thread codesite-noreply
Comment #7 on issue 748 by chipx86: Commenter name is sometimes missing from the body of reviewboard emails http://code.google.com/p/reviewboard/issues/detail?id=748 Fixed in r2101 (in branches/reviewboard/1.0.x) for v1.0.2. This is also being fixed as part of a larger change in trunk, so