Re: value error: year out of range

2009-05-25 Thread nicolar
Resolved. I removed old mysql database. I removed the site directory. I changed locale on my debian lenny from it_IT utf-8 to en_US utf-8. I created a new mysql database with collation utf-8_general_ci. I recreated the site from scratch entering: rb-site install . Now all work fine. But because

post-review under clearcase / HOW TO ?

2009-05-25 Thread mahesh
post-review under clearcase / HOW TO ? Hi, I have set up a django based review-board (i.e. without apache / mod_python) and it came up well. I would like to post-review from another client where I've installed RBTools (latest version_ I am in clearcase dynamic view and in vob path .. example /v

review-request email mime type

2009-05-25 Thread rozinante
Hi, all I tried to change template for email. caz the review request email has no link. I looked up and I found the mime type of the mail from reviewboard is text/plain and the body is so all the template I changed is only text. How can I change the mime type to add link the mail. --~--~---

Re: post-review under clearcase / HOW TO ?

2009-05-25 Thread Bartlomiej Celary
I had this problem as well few months ago. Following patch to post-review should resolve it (attached). I had to fix some permissions in order to get rid of temp files + the '\n' (or \r?) was not stripped from the argument and also split_lines option was needed in a execute call. I don't remember

SVN error when viewing diff

2009-05-25 Thread Alex
Greetings, I'm running RB svn trunk version (rc3*) and when clicking view diff on a review request the following backtrace appears: Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/ReviewBoard-1.0rc3.dev_r1979- py2.4.egg/reviewboard/diffviewer/views.py", line 152, in v

ReviewBoard General Inquiries

2009-05-25 Thread Carlo Camerino
Hi, i am evaluating several code review software for our company. We have this question regarding review board, one of the barriers of entry for our programmers to use reviewboard is that we are not using diffs for code reviews but rather we are using files. We don't want to be able to upload d

Re: ReviewBoard General Inquiries

2009-05-25 Thread Jeff Andros
I'm not really sure why this is an issue, but all uploads to reviewboard are via diff. If you use the post-review tool, you never have to see/touch/smell the diff at all, you just deal with the review, and your VCS's revision specs. Even though you're uploading a diff, reviewboard goes out to you

Re: SVN error when viewing diff

2009-05-25 Thread Christian Hammond
Hi Alex, It sounds like an error either on the SVN server, or possibly a proxy if the server running Review Board is configured to go through a proxy server. We use PySVN to perform all requests on the SVN server, which just goes through the official libsvn, so at this point it's beyond our contro

Re: review-request email mime type

2009-05-25 Thread Christian Hammond
At this point what you want to do is not trivial, but I plan to provide HTML e-mail support in Review Board 1.1. That said, we do provide the URL in each e-mail, and most e-mail clients will turn that into a hyperlink properly. Which e-mail client are you using? Christian -- Christian Hammond -

Apache Authentication

2009-05-25 Thread Andrew
Hi all. Is it possible to use the standard Apache authentication with Review Board? If so, can you point me in the right direction for doing so? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "reviewboard"

Re: Apache Authentication

2009-05-25 Thread Christian Hammond
Hi Andrew, There are some patches up on http://reviews.review-board.org/ for this. They're a little outdated, so you'll probably have to tweak them a bit if you decide to use them. We haven't put them into the main codebase yet because they depend on a feature newly added to the still-in-beta Djan

Re: value error: year out of range

2009-05-25 Thread Christian Hammond
The backtrace you linked to was a 404 here, so I wasn't able to see it. I don't know why you'd get that error or where it came from. Glad it works now though. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com O

Re: ReviewBoard General Inquiries

2009-05-25 Thread Christian Hammond
Hi Carlo, Jeff has a good summary of the diff part of this. I want to just reaffirm that we work with diffs but post-review is your good friend. Some people have requested being able to just upload files and not use a code repository, but it's not a high priority for us. Someone would have to do

Re: Code Review Process

2009-05-25 Thread Christian Hammond
Hi Rupert, There's not a "one click" for this, but you can post existing revisions up for review using post-review. See: http://www.review-board.org/docs/manual/dev/users/tools/post-review/#posting-committed-code I don't know if that plugin and Review Board could work together. I know it doesn't

Re: SVN error when viewing diff

2009-05-25 Thread Alex
Thanks Christian, SVN worked fine outside of RB (browser and svn co etc). I rebooted apache and the issue disappeared for now. Thanks for the help. Alex On May 25, 2:53 pm, Christian Hammond wrote: > Hi Alex, > > It sounds like an error either on the SVN server, or possibly a proxy if the > se