post-review script

2010-09-05 Thread Josh Joy
Hi, I'm able to install reviewboard and run the application. Though when I try to execute the post-review script I receive the following error. Which module do I need to install? Traceback (most recent call last): File svn-hook-postcommit-review, line 69, in module import svn.fs

how to configure pre commit hooks for subversion

2010-09-03 Thread Josh Joy
Hi, Could someone please point me to documentation describing how to set up ReviewBoard and subversion for pre commit hooks? And also what is the workflow process? I found information for post-review though not pre commit setup and configuration.

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

2009-06-14 Thread Josh Joy
the web server after upgrading this? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Tue, Jun 2, 2009 at 5:54 AM, Josh Joy joshjd...@gmail.com wrote: I'm not entirely sure what that means? How do I

SCMError: URL 'http://svn/trunk/project/somefile.java' is malformed or the scheme or host or path is missing

2009-06-09 Thread Josh Joy
For some reason I receive the following error, though if I go to the URL directly, I can access the file... Traceback (most recent call last): File /opt/tools/python/v2.6.2/lib/python2.6/site-packages/ReviewBoard-1.0rc2-py2.6.egg/reviewboard/diffviewer/views.py, line 152, in view_diff

NameError: global name 'ClientError' is not defined

2009-06-08 Thread Josh Joy
Hi, I'm receiving the below error when trying to view the diff. Not sure what is causing the error... URL - http://host/projectname/r/4/diff/ Python Info Python 2.6.2 (r262:71600, Jun 2 2009, 13:47:05) [GCC 4.1.2 20080704 (Red Hat 4.1.2-44)] on linux2 Type help, copyright, credits or

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

2009-06-02 Thread Josh Joy
I'm not entirely sure what that means? How do I now which Python is running Review Board? I'm just using the one under bin...I have a fresh install of CentOS...so I'm not seeing multiple versions of Python... Thanks, Josh On Tue, Jun 2, 2009 at 12:08 AM, Christian Hammond chip...@chipx86.com