Sending email issue

2011-01-14 Thread bilyushonak
Greetings! Could you please help me to determine the root of the following: ERROR:root:Error sending e-mail notification with subject 'Re: Review Request: asdf' on behalf of 'corr...@email.com': (-2, 'Name or service not known') Traceback (most recent call last): File

Authentication Broken on 1.5.2?

2011-01-14 Thread dlowe
I just upgraded to 1.5.2, and since doing so new code review creation via the Web API appears to be broken. Specifically indicating that I am not logged in, even though I sent a valid Authorization header. What's interesting is the some of the APIs, specifically to get users appears to be fine

Moving Review groups from site to site

2011-01-14 Thread Steve Miller
We are running reviewboard version 1.0.8 We have 3 separate sites I would like to move 1 review group and all associated reviews from 1 site to another. Any suggestions? -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at

GIT/RB: Unable to post diff

2011-01-14 Thread Sapna Vempati
Hi, We installed RB 1.5.1/RB tools/restarted apache on our server. I am able to configure a repo successfully through RB web location. I try to post a review, I can post it for review, but cannot attach the diff. $ clone repo $ cd repo $ git config reviewboard.url RB web url $ modify file $ git

Re: GIT/RB: Unable to post diff

2011-01-14 Thread Christian Hammond
Hi Sapna, The post-review script you're seeing is the installed wrapper that invokes the real post-review script, which lives in the RBTools-versionnumber.egg. You shouldn't have to touch the file. The solution is actually provided right there in the error. For a diff to be generated for a file,

Re: Authentication Broken on 1.5.2?

2011-01-14 Thread Christian Hammond
Hi David, It looks like you're trying to use both the old API and the new API. The old API lives in /api/json/ and the new one has the root in /api/. The old API never officially supported Basic HTTP Auth. It was a bug that it ever did, and we won't be re-adding it. For the old API, you must

Re: Sending email issue

2011-01-14 Thread Christian Hammond
Hi Boris, It looks like the server isn't resolving the domain name for the SMTP server properly. You may want to try logging into the server and pinging that domain to see if it's local to the Apache process (assuming Apache) or not. Did this just randomly start happening, or is this a new

Re: GIT/RB: Unable to post diff

2011-01-14 Thread Sapna Vempati
Thanks Christian for your quick response. I got this same error even after I created the topic branch + add + commit the changes in my repo. Anything else could be wrong ? I am not able to figured out based on this below output log. $ git checkout -b SDB_BOND_SS_froyo

Re: GIT/RB: Unable to post diff

2011-01-14 Thread Christian Hammond
Can you run with --debug but not --output-diff and show me what it says? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Fri, Jan 14, 2011 at 3:10 PM, Sapna Vempati sapnavemp...@gmail.com wrote: Thanks

Re: GIT/RB: Unable to post diff

2011-01-14 Thread Sapna Vempati
Hi Christian, Here is the output. I should not be pushing the commit to the central server yet..right ? $ post-review --debug * svn info git rev-parse --git-dir git symbolic-ref -q HEAD git svn info git svn --version git config --get svn-remote.svn.url git config --get

Re: GIT/RB: Unable to post diff

2011-01-14 Thread Christian Hammond
Right. However, it sounds as if the commit preceding your new commit isn't upstream on the central server. It needs to be, or you need to use --parent. Also, your origin must match the server configured in Review Board. Christian -- Christian Hammond - chip...@chipx86.com Review Board -

Re: GIT/RB: Unable to post diff

2011-01-14 Thread Sapna Vempati
Thanks Christian. I didn't have any preceding local commits in my 1st repo. But I tried to post the review from a different repo, and the review/diff was posted with no issue ! I will retry to configure the repo in question again and try. Thanks a bunch for your help ! Sapna On Fri, Jan 14,

Issue 1945 in reviewboard: Summary: Incorrect detection of SVN repository relative paths (affects reviews.apache.org)

2011-01-14 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1945 by goo...@astitcher.fastmail.fm: Summary: Incorrect detection of SVN repository relative paths (affects reviews.apache.org) http://code.google.com/p/reviewboard/issues/detail?id=1945 What version are you running?

Re: Comment on Adding_Repositories in reviewboard

2011-01-14 Thread reviewboard
Comment by baskh...@gmail.com: Hi, I add repository and the system show me. TemplateSyntaxError at /admin/db/scmtools/repository/add/ ... Template error .. In template c:\python25\lib\site-packages\reviewboard-1.5.2-py2.5.egg\reviewboard\templates\admin\scmtools\repository\change_form.html,