Re: post-review tool reports 'Error uploading diff: The file was not found in the repository (207)'

2009-07-16 Thread paul
Thanks Christian, I've now set the URL to the repository base, and when I run 'post- review' I now get a more promising response: Review request #12 posted. http://localhost:/r/12 However when I click 'View Diff' for the generated review request, I get the following in the content pane

Re: Comments disappear from the Diff view

2009-07-16 Thread John Szakmeister
On Wed, Jul 15, 2009 at 11:30 PM, pouakai68ch...@thebayleys.net wrote: I have found a post that points to the fix in my case: http://code.google.com/p/reviewboard/issues/detail?id=1028can=1q=comments%20diffcolspec=ID%20Type%20Status%20Priority%20Component%20Owner%20Summary%20Milestone : )

Re: post-review tool reports 'Error uploading diff: The file was not found in the repository (207)'

2009-07-16 Thread Christian Hammond
Yep, common problem. patch.exe isn't in the path that Apache sees. I believe some people have solved this by making sure it's part of the global system path, or by setting the path using the SetEnv command in the Apache config file. Do let me know if the former works, and I'll add it to the docs.

Re: Comments disappear from the Diff view

2009-07-16 Thread Christian Hammond
What we need to know is what's common between all occurrences in your setup. Are these all comments on the first page in the diff viewer, or latter pages? Are these near a collapsed region? How many lines do they span? Does it span over a collapsed region? Are you certain when clicking View

Re: Comments disappear from the Diff view

2009-07-16 Thread John Szakmeister
On Thu, Jul 16, 2009 at 5:22 AM, Christian Hammondchip...@chipx86.com wrote: What we need to know is what's common between all occurrences in your setup. Are these all comments on the first page in the diff viewer, or latter pages? They're all on the first page. In fact, I don't think we

Re: post-review tool reports 'Error uploading diff: The file was not found in the repository (207)'

2009-07-16 Thread paul
Thanks again Christian, That's done the trick. I tried each solution separately and either one works fine. On Jul 16, 10:15 am, Christian Hammond chip...@chipx86.com wrote: Yep, common problem. patch.exe isn't in the path that Apache sees. I believe some people have solved this by making sure

Re: backup and restore SQLite DB

2009-07-16 Thread Jeff Andros
not to be a pain, but does the web user also have write access to the directory that the SQLite file resides in? it needs to create a couple of temp files in that directory for indices and such. --Jeff 2009/7/16 Pravin Nadarajoo ramp...@gmail.com Hi there, I've just installed the new stable

Re: post-review tool reports 'Error uploading diff: The file was not found in the repository (207)'

2009-07-16 Thread Christian Hammond
Good to hear. I have a patch that will be going in to 1.0.1 that will check for this before trying to serve any URLs, and inform the user as to how to fix it, so this won't be as big a problem for future users. Thanks! Christian -- Christian Hammond - chip...@chipx86.com Review Board -

Re: ClearCase and Reviewboard setup.

2009-07-16 Thread Dan Savilonis
I went through a fresh installation of reviewboard with Clearcase today and recorded the steps. Here's what you need to do to get up and running. For the purpose of this test, I used a dynamic view and was running the server on the same machine as I had the view and did a review of checked out

Re: backup and restore SQLite DB

2009-07-16 Thread Pravin Nadarajoo
Hi Jeff, Did what you told me to. It didn't change a thing. I could login with an account stored in the DB (i get the Welcome message with my name) but it still gives me the username and password input field as if its still asking me to login. And when I click on Dashboard, it throws me the

Re: backup and restore SQLite DB

2009-07-16 Thread Pravin Nadarajoo
Thanks for your reply Jeff. I left the permissions of the DB file as 644. Will just try 777 for now and see what happens. Will write here again. Thanks Pravin On Jul 17, 2:21 am, Jeff Andros j...@bigredtj.com wrote: not to be a pain, but does the web user also have write access to the

Re: backup and restore SQLite DB

2009-07-16 Thread Jeff Andros
It's not just the file, the folder it resides in as well. That should be a 7 for the user that the web server runs under --Jeff -Original Message- From: Pravin Nadarajoo ramp...@gmail.com Date: Thu, 16 Jul 2009 19:04:30 To: reviewboardreviewboard@googlegroups.com Subject: Re: backup

Issue 1097 in reviewboard: doesn't work with python2.6?

2009-07-16 Thread codesite-noreply
Updates: Status: Fixed Labels: -Priority-Medium Priority-Critical Comment #4 on issue 1097 by chipx86: doesn't work with python2.6? http://code.google.com/p/reviewboard/issues/detail?id=1097 Unit tests and my own personal testing seem to confirm that Review Board works with

Issue 1137 in reviewboard: The Ship It! column in the dashboard overlaps the column to its right

2009-07-16 Thread codesite-noreply
Updates: Status: Fixed Comment #5 on issue 1137 by chipx86: The Ship It! column in the dashboard overlaps the column to its right http://code.google.com/p/reviewboard/issues/detail?id=1137 Good enough. We may be dropping Firefox 2 support at some point anyway. -- You received this

Issue 1123 in reviewboard: OperationalError: attempt to write a readonly database

2009-07-16 Thread codesite-noreply
Updates: Status: Fixed Comment #6 on issue 1123 by chipx86: OperationalError: attempt to write a readonly database http://code.google.com/p/reviewboard/issues/detail?id=1123 The instructions are already in the docs. Updated rb-site to also mention this after install (r2037). -- You

Issue 1012 in reviewboard: strange characters in usernames allowed that later break rendering

2009-07-16 Thread codesite-noreply
Updates: Status: Fixed Labels: -Milestone-Release1.1 Milestone-Release1.0 Comment #3 on issue 1012 by chipx86: strange characters in usernames allowed that later break rendering http://code.google.com/p/reviewboard/issues/detail?id=1012 Actually, looks like we had this working

Issue 1221 in reviewboard: Screenshot caption text jumps to view screenshot

2009-07-16 Thread codesite-noreply
Updates: Status: Confirmed Labels: Milestone-Release1.0.1 Component-Reviews Comment #1 on issue 1221 by chipx86: Screenshot caption text jumps to view screenshot http://code.google.com/p/reviewboard/issues/detail?id=1221 (No comment was entered for this change.) -- You

Issue 1180 in reviewboard: cvs.exe is never found on windows and it raises ImportError at /r/1/

2009-07-16 Thread codesite-noreply
Updates: Labels: -Milestone-Release1.0.1 Milestone-Release1.0.x Comment #2 on issue 1180 by chipx86: cvs.exe is never found on windows and it raises ImportError at /r/1/ http://code.google.com/p/reviewboard/issues/detail?id=1180 (No comment was entered for this change.) -- You

Issue 1212 in reviewboard: Allow screenshot-only review.

2009-07-16 Thread codesite-noreply
Updates: Status: Confirmed Labels: Milestone-Release2.0 Comment #1 on issue 1212 by chipx86: Allow screenshot-only review. http://code.google.com/p/reviewboard/issues/detail?id=1212 (No comment was entered for this change.) -- You received this message because you are listed in

Issue 1181 in reviewboard: Wrong content of search-cron.conf after installation

2009-07-16 Thread codesite-noreply
Updates: Status: Confirmed Labels: Milestone-Release1.0.x Comment #1 on issue 1181 by chipx86: Wrong content of search-cron.conf after installation http://code.google.com/p/reviewboard/issues/detail?id=1181 (No comment was entered for this change.) -- You received this

Issue 1130 in reviewboard: Running the post-review command on windows following log is displayed

2009-07-16 Thread codesite-noreply
Comment #2 on issue 1130 by chipx86: Running the post-review command on windows following log is displayed http://code.google.com/p/reviewboard/issues/detail?id=1130 Any update on this? -- You received this message because you are listed in the owner or CC fields of this issue, or because

Issue 1180 in reviewboard: cvs.exe is never found on windows and it raises ImportError at /r/1/

2009-07-16 Thread codesite-noreply
Updates: Owner: chipx86 Comment #3 on issue 1180 by chipx86: cvs.exe is never found on windows and it raises ImportError at /r/1/ http://code.google.com/p/reviewboard/issues/detail?id=1180 (No comment was entered for this change.) -- You received this message because you are listed

Issue 1171 in reviewboard: Unable to configure Active Directory/LDAP authentication scheme

2009-07-16 Thread codesite-noreply
Comment #3 on issue 1171 by gregory.rome: Unable to configure Active Directory/LDAP authentication scheme http://code.google.com/p/reviewboard/issues/detail?id=1171 Correct. Sorry for the mistake, it's not a issue. Tested in 1.0. -- You received this message because you are listed in the

Issue 1223 in reviewboard: The URL of this Review Board server should not be restricted

2009-07-16 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1223 by gregory.rome: The URL of this Review Board server should not be restricted http://code.google.com/p/reviewboard/issues/detail?id=1223 *NOTE: Do not post confidential information in this bug report.* What version

Issue 1225 in reviewboard: Interdiff shifts differences up one line

2009-07-16 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1225 by commander4ever: Interdiff shifts differences up one line http://code.google.com/p/reviewboard/issues/detail?id=1225 Only those that have access to VMware's review board installation will be able to see this. For

Issue 1196 in reviewboard: Statistics are not available for this backend

2009-07-16 Thread codesite-noreply
Comment #1 on issue 1196 by d...@n-cube.org: Statistics are not available for this backend http://code.google.com/p/reviewboard/issues/detail?id=1196 I see this problem too. I'm positive that I've seen it work at one point. I am wondering if the trailing slash is the problem. If you look in