Re: how to set logging path

2015-09-22 Thread rjluo
Is there somebody who can help me ? 在 2015年9月16日星期三 UTC+8下午3:56:15,rjluo写道: > > I followed the step Admin - SYSTEM INFORMATION - Log Profiling - Log > directory, and filled the path with "/var/www/reviewboard.X11.com/logs/" > , however when I clicked the "save" button, it failed with a prompt

Re: how to set logging path

2015-09-22 Thread David Trowbridge
You need to ensure that /var/www/reviewboard.X11.com/logs/ is owned by the user that the web server runs as (for example, "httpd" or "apache"). -David On Tue, Sep 22, 2015 at 6:33 PM, rjluo wrote: > Is there somebody who can help me ? > > 在 2015年9月16日星期三

Re: Generate Diff through RBT API

2015-09-22 Thread Christian Hammond
Hi, If you take a look at the source code for rbtools/commands/diff.py, you'll see exactly what you need to do in order to generate a diff for the current repository. Essentially, you're constructing the SCMClient for the repository you want to generate the diff for and then passing the