Re: Unable to create CVS repository with ReviewBoard 1.1

2009-11-02 Thread Christian Hammond
That is really strange. We're doing nothing special there, just checking for the existence of the files using standard Python functions. Short of poking around the filesystem myself and running some tests, I don't really know what to suggest here. I'd say that maybe /usr/bin/cvs is a broken

Re: Unable to create review request for hg

2009-11-02 Thread Christian Hammond
Check the log files. This would be due to the Mercurial dependencies not loading generally. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, Nov 2, 2009 at 9:50 AM, Clemens Ballarin balla...@aicas.com

Re: How to post-commit review a first time checkin?

2009-11-02 Thread Christian Hammond
It sounds like the generated diff is empty. If you add --output-diff to those parameters, you should be able to see for sure. if you don't specify a to:from, it will do, in your case, 24506:HEAD. If that's what you're wanting, then we should find out why exactly this is failing, but if that's not

Re: easy_install rbtools on py26?

2009-11-02 Thread Christian Hammond
Can you file a bug on this? We just need to turn off the sqlite dependency when building Python 2.6 packages. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Thu, Oct 29, 2009 at 10:37 AM, Pv

lucene indexing

2009-11-02 Thread Eric Huss
I noticed that while the full index is running, the incremental indexes fail with this exception: lucene.JavaError: org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out: SimpleFSLock@/data/www/reviewboard/search-index/write.lock It looks like the default lock timeout is 1

Can not post word document in review

2009-11-02 Thread Kunjal
Hello, we have RB 1.0.3-Perforce setup. I created pending CL with word document. When I post the review, it did post the review successfully. But when I click on View Diff, on my first try I get below message: The patch to 'c:/Perforce/Sources/Integration/Automation_Scripts/

How to make the description of the Review READ ONLY

2009-11-02 Thread Kunjal
Hello, For the RB 1.0.3, we want to make such custom changes that the description is read only once someone post the review even if it is in draft mode. We DO NOT want users to allow editing the description in review board as it contains some pre-defined template and we do not want it to

How to confiure EMAILS for Reviews

2009-11-02 Thread Kunjal
We have RB 1.0.3 with Perforce integration. We have set up Apache server and everything works fine like posting review, publshing review, updating diff etc. We do not get any emails though once the review is posted etc. how to configure email settings? Thanks Kunjal

Re: How to make the description of the Review READ ONLY

2009-11-02 Thread Christian Hammond
This isn't possible today without modifying Review Board heavliy. It's a pretty specific policy choice and and we probably wouldn't want to add a setting for it (as it's more to test, maintain, and isn't something that 99% of our userbase will need). Generally, I'd say you should just make sure

Re: How to confiure EMAILS for Reviews

2009-11-02 Thread Christian Hammond
You should be able to configure that in the E-mail Settings part of the Admin UI. If e-mail is not working correctly, then it's an issue talking to the mail server. Unfortunately, going through Django's e-mail infrastructure means that we don't get any detailed error logging. Assuming the mail

Re: Reviewing non-revision controlled source codes

2009-11-02 Thread marypap
Hi Christian, Synchronicity is another SCM. You can get some information from here: http://www.3ds.com/products/enovia I'm not too familiar with Python. I found this in other threads. Are these the only things that have to be modified if new SCM was to be added? Basically, you'll create a

Re: Reviewing non-revision controlled source codes

2009-11-02 Thread Christian Hammond
These are the main things you'd need to do, though having experience with Python would be helpful. The information you pasted would be relevant here. Also, you'd ideally want post-review support in order to automatically generate and upload the diff, but the first step would be to make the new

Issue 1381 in reviewboard: diff update doesn't work in web GUI and in post-review utility

2009-11-02 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1381 by ostocek: diff update doesn't work in web GUI and in post-review utility http://code.google.com/p/reviewboard/issues/detail?id=1381 *NOTE: Do not post confidential information in this bug report.* What version are