Re: Bazaar configuration

2009-07-14 Thread jszakmeister
Sorry for jumping into this thread so late in the game... On Mar 29, 4:47 pm, plumpy plu...@gmail.com wrote: The way we have it set up here is that the repository configured in Review Board is the URL that contains the .bzr directory. In your case, this looks like

Re: post-review --revision-range perforce

2009-07-14 Thread Ronak
Hi, Again thanks for your quick response. I did try that command 22 C% c:\Python25\Scripts\post-review --server=http:// ambia.scm.na.mscsoftware.com //motws/dev/tier1/@222,@246 but got following traceback... Traceback (most recent call last): File c:\Python25\Scripts\post-review, line

diff between updates?

2009-07-14 Thread Daniel Wong
Hi, I'm a new user to RB. I submitted a cr request, published it, and someone gave me some comments. I took some of those and updated my working copy. Then submitted an update diff (using post-review -r number). Is there a way to see the changes I made after between the two submits? This would

Re: diff between updates?

2009-07-14 Thread Christian Hammond
Click View Diff. There should be a list of revisions posted. The second row is for showing differences between two revisions (the current one and whichever one you select). These can be commented on like normal diffs. Christian -- Christian Hammond - chip...@chipx86.com Review Board -

Re: diff between updates?

2009-07-14 Thread Daniel Wong
Thanks. One of my colleagues showed me that after I sent this message. Unfortunately, I ran into problems with some files. As best as I can figure, those files files either: 1. had no diff between r1 and r2, or 2. there was a diff between base and r2 but no diff between base and r1. We're

Re: diff between updates?

2009-07-14 Thread Christian Hammond
A lot of fixes for interdiffs have gone in since December. If you hit any major issues with 1.0, we'll be glad to take a look at it for a point release. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Tue,

Something broke! (Error 500) after adding new Git repository

2009-07-14 Thread wezyde
I just installed reviewboard on a Ubuntu box and things were running well. Once I add a new git repository and click on New Review Request I get the Something Broke! page. Can anyone help with this? Thanks. Traceback (most recent call last): File

Re: Something broke! (Error 500) after adding new Git repository

2009-07-14 Thread Christian Hammond
Looks like git isn't installed on that server. We're going to put in better error messages for such failure cases in 1.1, but for now, make sure git is installed and in the path. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. -

Re: Something broke! (Error 500) after adding new Git repository

2009-07-14 Thread wezyde
I definitely have Git on the server. I'm using it for many projects. Is is possible that there is an issue with permissions for the apache user? On Jul 14, 2:41 pm, Christian Hammond chip...@chipx86.com wrote: Looks like git isn't installed on that server. We're going to put in better error

Re: Something broke! (Error 500) after adding new Git repository

2009-07-14 Thread Christian Hammond
Actually, it looks like it had trouble with the repository it was configured with. The relevant code is: def __init__(self, path): self.path = path p = subprocess.Popen( ['git', '--git-dir=%s' % self.path, 'config',

No evolution required.

2009-07-14 Thread Daniel Wong
Hi, I want to upgrade our install of RB, but when I do sudo rb-site upgrade path, nothing seems to happen: $ sudo rb-site upgrade . Rebuilding directory structure Updating database Installing json fixture 'initial_data' from '/usr/lib/python2.5/site- packages/Re

Re: No evolution required.

2009-07-14 Thread Christian Hammond
Did you run: easy_install -U ReviewBoard ? This will actually install the new software. rb-site upgrade just upgrades the site for the new version. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Tue,

Re: Something broke! (Error 500) after adding new Git repository

2009-07-14 Thread wezyde
I just ran... git --git-dir=/var/git/repositories/k2.git config core.repositoryformatversion and it responded with... 0 I'm not a python expert, but hopefully that is the command. In my repository setup I have /var/git/repositories/k2.git Thanks. On Jul 14, 3:03 pm, Christian Hammond

Re: No evolution required.

2009-07-14 Thread Daniel Wong
Thanks Christian. Can you explain what my link is describing and how that's different from yours? On Jul 14, 3:27 pm, Christian Hammond chip...@chipx86.com wrote: The docs you want to start with are: http://www.review-board.org/docs/manual/dev/admin/installation/upgrad... Christian --

Re: No evolution required.

2009-07-14 Thread Christian Hammond
The link you were looking at has to do with a Review Board site instance. A server can host several sites, which are maintained by rb-site. However, a site is *not* the software. The software has to be installed and upgraded separately, which is what the page I linked to covers. Once the software

HTTPS Exception

2009-07-14 Thread KunalG
Hi, This is very urgent for us. We have moved our SVN repository moved from HTTP to HTTPS. But we are facing this exception. It may not be possible for us to move it to HTTP again. HTTPS certificate not accepted. Please ensure that the proper certificate exists in /var/www/.subversion/auth for

Re: HTTPS Exception

2009-07-14 Thread KunalG
BTW which user is it expecting, User which is logged in the RB server machine or the user that is logged in to RB from browser? On Jul 15, 8:44 am, KunalG kunal.gosw...@gmail.com wrote: Hi, This is very urgent for us. We have moved our SVN repository moved from HTTP to HTTPS. But we are

Comments disappear from the Diff view

2009-07-14 Thread pouakai68
I have a review that spans several files. I start from the dashboard and click the review. I am presented with the review view, i click on View Diff and conduct the review making comments as I go. I click on View Reviews. I am presented with the 'review view' again, the screen that list all my

Problem submitting review with post-review

2009-07-14 Thread Oliver Jones
I'm currently having a problem with post-review where it hangs waiting on a response from a reviewboard json request. The code where it hangs is in http_post method. r = urllib2.Request(url, body, headers) data = urllib2.urlopen(r).read() # --- hangs here I'm using reviewboard

Issue 1216 in reviewboard: 100% CPU usage in Firefox in Review/Edit Review page.

2009-07-14 Thread codesite-noreply
Comment #1 on issue 1216 by nosaj.kasper: 100% CPU usage in Firefox in Review/Edit Review page. http://code.google.com/p/reviewboard/issues/detail?id=1216 Okay, I think this is being caused by the It's All Text Firefox extension. I'll go another few days and see if I can categorically

Issue 1218 in reviewboard: 'Expand this file' option

2009-07-14 Thread codesite-noreply
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 1218 by m...@roboss.com: 'Expand this file' option http://code.google.com/p/reviewboard/issues/detail?id=1218 While looking at a collapsed diff, I find expanding nearby code troublesome when I really just want to expand

Issue 46 in reviewboard: 80-column indicator in diff view

2009-07-14 Thread codesite-noreply
Comment #5 on issue 46 by m...@roboss.com: 80-column indicator in diff view http://code.google.com/p/reviewboard/issues/detail?id=46 Another idea is to cut off lines longer than some length (say 90) with an ellipsis. Then show a simple tooltip for the rest of the line when the user hovers

Issue 1219 in reviewboard: Rapidly growing text area in Google Chrome

2009-07-14 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1219 by akshah123: Rapidly growing text area in Google Chrome http://code.google.com/p/reviewboard/issues/detail?id=1219 What version are you running? 1.0 What's the URL of the page containing the problem? Any url with a

Issue 1145 in reviewboard: Description textarea grows 1 line with every character typed while editing it in Chromium for Linux

2009-07-14 Thread codesite-noreply
Comment #6 on issue 1145 by chipx86: Description textarea grows 1 line with every character typed while editing it in Chromium for Linux http://code.google.com/p/reviewboard/issues/detail?id=1145 Issue 1219 has been merged into this issue. -- You received this message because you are listed

Issue 1219 in reviewboard: Rapidly growing text area in Google Chrome

2009-07-14 Thread codesite-noreply
Updates: Status: Duplicate Mergedinto: 1145 Comment #1 on issue 1219 by chipx86: Rapidly growing text area in Google Chrome http://code.google.com/p/reviewboard/issues/detail?id=1219 (No comment was entered for this change.) -- You received this message because you are listed

Issue 1145 in reviewboard: Description textarea grows 1 line with every character typed while editing it in Chromium for Linux

2009-07-14 Thread codesite-noreply
Comment #7 on issue 1145 by chipx86: Description textarea grows 1 line with every character typed while editing it in Chromium for Linux http://code.google.com/p/reviewboard/issues/detail?id=1145 Issue 1170 has been merged into this issue. -- You received this message because you are listed

Issue 1145 in reviewboard: Description textarea grows 1 line with every character typed while editing it in Chromium for Linux

2009-07-14 Thread codesite-noreply
Comment #8 on issue 1145 by chipx86: Description textarea grows 1 line with every character typed while editing it in Chromium for Linux http://code.google.com/p/reviewboard/issues/detail?id=1145 Issue 1208 has been merged into this issue. -- You received this message because you are listed

Issue 1208 in reviewboard: Describe your changes field keeps expanding with Chrome

2009-07-14 Thread codesite-noreply
Updates: Status: Duplicate Mergedinto: 1145 Comment #3 on issue 1208 by chipx86: Describe your changes field keeps expanding with Chrome http://code.google.com/p/reviewboard/issues/detail?id=1208 (No comment was entered for this change.) -- You received this message because