Reviewboard and subversion using file://

2010-05-24 Thread davidb2002
Hi everyone, Total newb to Review Board I have fallen at the first hurdle. All my subversion checkouts use file:// to reference the main repository. How can I get it to work with Review Board? What do I put in the fields? I can create a patch/diff with TortoiseSVN. Thanks for the patience and hel

Configuring LDAPS

2010-05-24 Thread Martelo
Greetings, I'm using Apache, and RB 1.5 beta2 Is it possible to configure RB authentication to use LDAPS instead LDAP? If so, let me know how! -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/

ReviewBoard-GIT setup

2010-05-24 Thread Sapna Vempati
Hi, I am trying to set new git repositories to my test server (with has RB 1.0.5 Beta2), through web. I will have about 28 new respositores that would have to be set. Can someone please help on what these 2 fields should contain under ? Dashboard >

how not use plain text password in RBTools

2010-05-24 Thread hayate
Currently we use post-review with perforce to submit review request, but we don't wanna input password every time. However the password in the command line is plain text, is there a way to use encrypted or hashed password? Thanks all you guys -- Want to help the Review Board project? Donate toda

Something broke! (Error 500)

2010-05-24 Thread Madhavi
Hi, I have installed ReviewBoard on CentOS.After logging in to the site, sometimes I get error as follows : - Something broke! (Error 500) It appears something broke when you tried to go to he

Re: how not use plain text password in RBTools

2010-05-24 Thread Christian Hammond
Hi, If your Review Board server is using a fully-qualified domain ( foo.example.com instead of just foo) then post-review should be storing a cookie in the user's home directory for a year, instead of prompting every time. What type of authentication are you using? Is the domain a fully-qualified

Re: Something broke! (Error 500)

2010-05-24 Thread Christian Hammond
Hi, If you turn on logging in the administration UI -> Settings -> Logging, then you should see some information on the errors. What version are you running, and what pages are you going to that causes this? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewb

Re: Something broke! (Error 500)

2010-05-24 Thread Madhavi Gupta
I have enabled the logging. however no logs are getting created. Right after login, the error screen gets displayed. the URL is http:// //dashboard/ On Tue, May 25, 2010 at 11:17 AM, Christian Hammond wrote: > Hi, > > If you turn on logging in the administration UI -> Settings -> Logging, > then

Re: ReviewBoard-GIT setup

2010-05-24 Thread Christian Hammond
Hi, The Mirror Path is basically an alias for the repository path. If you have two URLs for the repository (a read-only and a read-write) then you generally would want to use the read-only URL for Path and the read-write for Mirror Path. Raw file URL mask is a URL (with some fields that will be r

Re: Something broke! (Error 500)

2010-05-24 Thread Christian Hammond
Try restarting the web server after enabling logging. What version? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, May 24, 2010 at 10:51 PM, Madhavi Gupta wrote: > I have enabled the logging. however

Re: Reviewboard and subversion using file://

2010-05-24 Thread Christian Hammond
Hi David, The Review Board server is running on the same computer as the Subversion server and the clients? You will need to use post-review for generating the diffs. TortoiseSVN's diff generation creates diffs that are slightly incompatible. There's a bug filed for supporting this, which will ho