Re: Review board installation problem

2009-10-19 Thread Christian Hammond
y > is not in the python path list, but I'm sure I have installed the pysvn > module, then how can I add it into the python path? > > Regards! > > -- > From: chip...@chipx86.com > Date: Tue, 25 Aug 2009 20:28:56 -0700 > Subject:

RE: Review board installation problem

2009-10-19 Thread 王振钢
9 20:28:56 -0700 Subject: Re: Review board installation problem To: reviewboard@googlegroups.com It sounds like it's the wrong PySVN, or somehow incompatible. Which version did you install and where did you get it from? Christian -- Christian Hammond - chip...@chipx86.com Review Board - ht

Re: Review board installation problem

2009-08-25 Thread snowman
I got the subversion and pysvn both from tigris.org subversion 1.5.6, and pysvn py25-pysvn-svn156-1.7.0-1177.exe, My python version is 2.5.1 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "reviewboard" group. To p

Re: Review board installation problem

2009-08-25 Thread Christian Hammond
It sounds like it's the wrong PySVN, or somehow incompatible. Which version did you install and where did you get it from? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Tue, Aug 25, 2009 at 8:13 PM, snowm

Re: Review board installation problem

2009-08-25 Thread snowman
Now I have another problem, when I try to create a new review request, the system broke down, Fowlling message is what I got when I turn on the debug mode: ImportError at /reviews/r/new/ DLL load failed: The specified procedure could not be found.Request Method: GET Request URL: http://localhost

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 wrote: > > Thanks, it works! so good. I'm a new

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 wrote: > I think we have a bug where the configuration file isn't generated > correctly. Try changing all references from /

Re: Review board installation problem

2009-08-19 Thread Christian Hammond
I think we have a bug where the configuration file isn't generated correctly. Try changing all references from /media and /errordocs to /reviews/media and /reviews/errordocs in your Apache config. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMw

Re: Review board installation problem

2009-08-19 Thread snowman
I've set the Site Root as /reviews/ So when I type http://localhost/media, it comes up the media directory, when I type http://localhost/reviews/media, it can not find anything, is this the point? On Aug 19, 5:41 pm, Christian Hammond wrote: > The config file looks right. > > If you go tohttp:

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, 2

Re: Review board installation problem

2009-08-19 Thread snowman
Hi, Following is my config file... ServerName www.reviewboard.com DocumentRoot "d:/ReviewBoardSite/htdocs" # Error handlers ErrorDocument 500 /errordocs/500.html # Serve django pages PythonPath "['d:/ReviewBoardSite/conf'] + sys.

Re: Review board installation problem

2009-08-19 Thread Christian Hammond
Hi, That part sounds like Apache is pointing to the wrong directory for /media. If you post your Apache config file, I'll take a look and see if anything stands out. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.

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 are

Re: Review board installation problem

2009-08-19 Thread snowman
I run  this command from the souce directory, but there's no > > settings_local.py, so i copied one from the site directory, and i run the > > command again, it seems no evolution required. > > But the 'Manul server updates required' is still there. > > > C

Re: Review board installation problem

2009-08-18 Thread Christian Hammond
mand again, it seems no evolution required. > But the 'Manul server updates required' is still there. > > Can you find what I did wrong? > > Regards! > > > -- > From: chip...@chipx86.com > Date: Tue, 18 Aug 2009 02:41:28 -0700 > Subject: Re:

Re: Review board installation problem

2009-08-18 Thread Christian Hammond
Hi, There's several "Manual server updates required" pages. Which one are you seeing? What instructions is it providing? How did you install Review Board from SVN? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.c

Review board installation problem

2009-08-18 Thread snowman
Hello, I'm a new guy to this review board tool. I get the annoying page 'Manual server updates required' page when I finish the installation process. My server configurations are windows xp, python2.5, apache2.2.4 My souce code is checked out from the svn, it shoud be fresh. and I change the data