Re: Re: Re: Re: Re: Re: About Error occured when print "view diff" on User WebUI of ReviewBoard

2009-12-17 Thread Christian Hammond
Review Board is designed to handle differing newlines. I don't know why you're hitting the issues you're hitting. What editor are you using on Windows? Are these files public? Can you reproduce this with some files and send me (as attachments) the original file in CVS, the new file edited on Wind

Re:Re: Re: Re: Re: Re: About Error occured when print "view diff" on User WebUI of ReviewBoard

2009-12-17 Thread qhlonline
Hi, Christian, The problem of "view diff" is actually caused by some diff file error. My RB server is on Linux. And the file need to be reviewed is edited in Windows OS, with no new-line at the end of this file. Then I use "cvs add" to add the file to repository. Then I make some change to th

Re: Re: Re: Re: Re: About Error occured when print "view diff" on User WebUI of ReviewBoard

2009-12-17 Thread Christian Hammond
Please see our documentation on developing Review Board. You need to run our devserver. Running individual python scripts will not work. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Thu, Dec 17, 2009 at 1

Re: Re: Re: Re: About Error occured when print "view diff" on User WebUI of ReviewBoard

2009-12-17 Thread Christian Hammond
In your site's conf/settings_local.py, set DEBUG = True. You should then get a detailed error page. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Thu, Dec 17, 2009 at 8:29 PM, qhlonline wrote: > Hello, C