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 Date: Thu, 16 Jul 2009 19:04:30 To: reviewboard Subject: Re: backup and restore SQLite DB Thanks for your reply J

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 wrote: > not to be a pain, but does the web user also have write access to the > directory that the SQLi

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 "Som

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 fi

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 - http://

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 > > Hi there, > > I've just installed the new stable release of Re

backup and restore SQLite DB

2009-07-16 Thread Pravin Nadarajoo
Hi there, I've just installed the new stable release of ReviewBoard (ver 1.0) on a new machine and i'm trying to move my Sqlite DB (.db) from an old one with ReviewBoard (rc2) to the new machine. From your site, I learnt that all I need to do is point ReviewBoard to the location of the old DB fil

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 wrote: > 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 g

Re: Comments disappear from the Diff view

2009-07-16 Thread John Szakmeister
On Thu, Jul 16, 2009 at 5:22 AM, Christian Hammond 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 have any that curr

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 Di

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 John Szakmeister
On Wed, Jul 15, 2009 at 11:30 PM, pouakai68 wrote: > > I have found a post that points to the fix in my case: > http://code.google.com/p/reviewboard/issues/detail?id=1028&can=1&q=comments%20diff&colspec=ID%20Type%20Status%20Priority%20Component%20Owner%20Summary%20Milestone > > : ) Too bad it doe

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 (be