Re: Authentication failed while adding svn repository

2014-07-09 Thread shravanthi s
I have verified that credentials are correct and i can login using same credentials manually into svn. I also entered required credentials while adding repository info. It still gives the same error. Am not sure what else can go wrong here. Do you need any other information? I dont know what el

Re: captcha for registration broken link on RB2.0.2

2014-07-09 Thread MoonWalker
done :-) On Wednesday, July 9, 2014 5:30:26 AM UTC+10, Christian Hammond wrote: > > Loos like. Can you file a bug? > > Christian > > -- > Christian Hammond - chri...@beanbaginc.com > Review Board - http://www.reviewboard.org > Beanbag, Inc. - http://www.beanbaginc.com > > On June 24, 2014 at 9:3

Re: 404 Errors with review-board 2.0.2 with lighttpd

2014-07-09 Thread Christian Hammond
On July 9, 2014 at 1:50:31 PM, Michael Kopp (michael.f.k...@googlemail.com) wrote: > On July 7, 2014 at 11:06:38 AM, Michael Kopp (michael.f.k...@googlemail.com) > wrote:  >> I've been trying to set up review-board on a lighttpd-server (v1.4.35)  >> under arch linux.  I managed to set it up to di

Re: pre-commit review request with svn integration

2014-07-09 Thread David Trowbridge
Are you wanting it so that Review Board commits the code, or do you want it so that `svn commit` will only succeed if the code has been reviewed? -David On Wed, Jul 9, 2014 at 12:36 AM, neel roy wrote: > anyone? specially about #4? > > > On Friday, July 4, 2014 7:37:02 PM UTC+5:30, neel roy wr

Re: 404 Errors with review-board 2.0.2 with lighttpd

2014-07-09 Thread Michael Kopp
> On July 7, 2014 at 11:06:38 AM, Michael Kopp (michael.f.k...@googlemail.com) > wrote: >> I've been trying to set up review-board on a lighttpd-server (v1.4.35) >> under arch linux.  I managed to set it up to display something, but >> unfortunately all the static data such as css, images and js a

Re: Is there a procedure for copying a RB 1.6.16 DB/site to a new server with RB 2.0.2 installed?

2014-07-09 Thread Stephen
When I try this on the command line it turns out I get nothing on stdout and an error on stderr so that seems to be the cause. The error was "//depot/path/to/file#revision - protected namespace - access denied." I've contacted my Perforce admin to help with the issue. If I use a different use

Re: Authentication failed while adding svn repository

2014-07-09 Thread Christian Hammond
Can you verify that a username and password are provided in the repository configuration, and that those same credentials can be used if accessing SVN manually? This error isn’t friendly (we’ll need to fix it), but it basically means that your credentials are incorrect. Christian --  Christia

Re: installation problems - debian

2014-07-09 Thread Guy Klose
Thanks, indeed that was exactly the problem. Had to go back and do this (or so it seemed): # wget https://bootsrap.pypa.io/ez_setup.py -O - | python After that, I went through the "apt-get install" steps (python, python-setuptools, python-dev, etc). Proceeded with the site setup instructions,

Re: Getting an error "There was an error displaying this diff" while doing diff in review request.

2014-07-09 Thread Nitish Gangal
Hey Christian, I resolved the issue mentioned in my previous comment. It was because I had two repositories added with same mirror path. I rectified it. So, now using rbt post --server=http://10.0.14.29 -d, I am able to successfully create a review request. Still, when I click on 'view diff'

Re: Getting an error "There was an error displaying this diff" while doing diff in review request.

2014-07-09 Thread Nitish Gangal
Hi Christian, Thanks for your reply. As you suggested I tried using RBtools and post command to create a review request like: rbt post --server=http://10.0.14.29 -d But, I got 500 as a response. Detailed error is as follows: >>> Got HTTP error: 500: 500 - Internal Server Error | Review

Re: pre-commit review request with svn integration

2014-07-09 Thread neel roy
anyone? specially about #4? On Friday, July 4, 2014 7:37:02 PM UTC+5:30, neel roy wrote: > > Hi, > > This is what I want to do. I am sure it's not possible today but can I > know a) whether you find it useful enough to put in the next release or b) > is there a way for me to write an extension t