Testers wanted for new SSH/HTTPS repository support

2009-10-05 Thread Christian Hammond
Hi everyone, One of the biggest problems we've noticed from new users is that various repositories require SSH or HTTPS (in the case of Subversion) access, and that we had no support for this, requiring instead that users set up a dedicated read-only HTTP repository. Tonight I've committed code t

Re: Uploading a internally generated diff file

2009-10-05 Thread Sujith
Thanks for the post-review link. This seems to be really useful I'll go through it and let you know in case of further problems. Another thing which I wanted to implement is to add a new button on "new-review-request" page and write a python function that would execute on its click. Can you provi

Re: Uploading a internally generated diff file

2009-10-05 Thread Christian Hammond
Well, you'd have to become familiar with the Django templates (not a ton of work), and how Django handles forms. Then you'd have to write custom code in our form for whatever you're looking to do. The templates are in reviewboard/templates/reviews, and the form code is in reviewboard/reviews/forms

Re: Problem creating new review request on reviews.review-board.org

2009-10-05 Thread smat
Christian, Thanks for information about the --full-index option. The good news is that the previous error no longer occurs. The bad news is that there is now an "int argument required" error in its place. I would use post-review, unfortunately the machine I am working on is behind a firewall an

Re: Problem creating new review request on reviews.review-board.org

2009-10-05 Thread Christian Hammond
Where is this error? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Mon, Oct 5, 2009 at 5:28 PM, smat wrote: > > Christian, > > Thanks for information about the --full-index option. > > The good news is

Re: Problem creating new review request on reviews.review-board.org

2009-10-05 Thread smat
The error was at my end - I had selected the wrong patch file (not the newly created --full-index diff). The review request is now successfully submitted. Cheers, Solomon -- Solomon Matthews Systems Engineer Australian Centre for Field Robotics The University of Sydney On Oct 6, 1:04 pm, Christ