Source control: subversion (which has no conception of real branch)
REPOSITORY in .reviewboardrc: Repository Root taken from "svn info" command.
Reviewboard version: 1.6.13
JIRA number: added as SVN check-in comment.
Under svn location, "svn log --stop-on-copy" shows all the revisions on the
bran
I am using Python 2.4.3 and apache httpd with mod_wsgi. The site is up.
When I log in, the screen always comes back with the same login screen.
Here is what I found in httpd error log:
[error] [client 127.0.0.1] File does not exist:
/var/www/reviewboard.s.com/htdocs/server-status
Could someone t
ursday, November 1, 2012 7:50:00 AM UTC-5, Stephen Gallagher wrote:
>
> On Wed 31 Oct 2012 10:01:51 PM EDT, Zhu Wayne wrote:
> >
> > I am not sure why httpd still user Python 2.4 instead of 2.6? I have
> > to point /usr/bin/python -> python2.6 instead of python2.4.
>
I am not sure why httpd still user Python 2.4 instead of 2.6? I have to
point /usr/bin/python -> python2.6 instead of python2.4.
Linux wihadoopn302p.dev.ch3.s.com 2.6.18-308.13.1.el5 #1 SMP Thu Jul 26
05:45:09 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux
Here is the log:
[Wed Oct 31 20:58:52 2012]
I am using Python 2.4.3 and can import MySQLdb without any issue in the
shell.
$python -V
Python 2.4.3
$python
Python 2.4.3 (#1, Nov 3 2010, 12:52:40)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-48)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import MySQLdb;
Howe
I am having hard time installing review board.
# easy_install ReviewBoard
Traceback (most recent call last):
File "/usr/bin/easy_install", line 5, in
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
Any idea how to fix this?
--
Want to help the Review