Re: Comments disappear from the Diff view

2009-07-15 Thread John Szakmeister
On Wed, Jul 15, 2009 at 12:34 AM, pouakai68 wrote: > > 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 pres

problems running rb 1.0 in an apache subdir

2009-07-15 Thread Paolo Borelli
Hi, I am trying to install reviewboard so that pages get served from something like http://dev.mycompany.com/reviews And when I installed rc2 some time ago it was working correctly. Today I upgraded to 1.0 after the machine running rb was brought back up (it was down for some days) and

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

2009-07-15 Thread paul
Hi, I'm trying to evaluate ReviewBoard. It would eventually run on a linux environment but for now am trying to deploy on a PC running Windows XP. I've raise an issue for my problem (http://code.google.com/p/ reviewboard/issues/detail?id=1220), apologies if I should have used the discussion group

Repository path issue

2009-07-15 Thread Florent Thoumie
Alright, I'm trying to play with post-review and reviewboard but I'm getting an error 206 because, I suppose, the svn repository is configured with http protocol in reviewboard and my working copy is svn +ssh. Debug info follows: : f...@mayday:/home/flz/work/freebsd/svn/head/pkg_install; post-re

Re: Repository path issue

2009-07-15 Thread Christian Hammond
Use the svn+ssh version as the Mirror URL in the repository settings, and it should work. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Wed, Jul 15, 2009 at 9:07 AM, Florent Thoumie wrote: > > Alright, I

Re: Repository path issue

2009-07-15 Thread Florent Thoumie
On Jul 15, 5:07 pm, Florent Thoumie wrote: > Alright, I'm trying to play with post-review and reviewboard but I'm > getting an error 206 because, I suppose, the svn repository is > configured with http protocol in reviewboard and my working copy is svn > +ssh. > > Debug info follows: > > : f...@m

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

2009-07-15 Thread Christian Hammond
That means that one of the files referenced in the diff couldn't be found in the repository. A common cause is that the repository path is set incorrectly. What type of repository is this? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, In

Re: problems running rb 1.0 in an apache subdir

2009-07-15 Thread Christian Hammond
Hmm, I'm not aware of anything changing between RC2 and 1.0 that would affect this. Did you by any chance upgrade Django in the process? Or anything else? Also, just to make sure, did you run rb-site upgrade /path/to/site? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http

Re: problems running rb 1.0 in an apache subdir

2009-07-15 Thread Paolo Borelli
Il giorno mer, 15/07/2009 alle 13.39 -0700, Christian Hammond ha scritto: > Hmm, I'm not aware of anything changing between RC2 and 1.0 that would > affect this. Did you by any chance upgrade Django in the process? Or > anything else? > I think a bunch of ubuntu package updates (including python

e-mail notifications from address

2009-07-15 Thread grimbeaver
I'm sure this has been asked before but I can not seem to find it. Is there any way to set the FROM address the e-mail notificaitons use to a specific address instead of it getting set to the TO address? --~--~-~--~~~---~--~~ You received this message because you a

Re: e-mail notifications from address

2009-07-15 Thread Manny Rodriques
Hi grimbeaver, From my experience the emails should be coming from the person that perform the update to the review. So, if you made the change to the review then the email should come from you. If personA made an update, then the email comes from personA. On Wed, Jul 15, 2009 at 5:13 PM, g

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

2009-07-15 Thread paul
Christian, Thanks for the reply. It's a subversion repository. lets say the URL for the top of my project is 'http://subversionserver: /projects/trunk/top/myproject' - this is how I've define the repository to reviewboard webapp. I've checked out everything under 'http://subversionserver:888

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

2009-07-15 Thread Christian Hammond
The repository URL should be the base of the repository. Specifically, http://subversionserver:/projects/ (assuming projects/ is the root, and not a directory in the SVN server). Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - ht

Re: e-mail notifications from address

2009-07-15 Thread grimbeaver
Yes that is what happens. However it would be nice to have them come from a general address to make them easier to sort out in the inbox. On Jul 15, 4:20 pm, Manny Rodriques wrote: > Hi grimbeaver, > >    From my experience the emails should be coming from the person that > perform the update t

Re: e-mail notifications from address

2009-07-15 Thread Chris Trimble
It would be nice if this was customizable. We'd prefer to have a no-reply account send mail, so that people are forced to go to the website instead of starting email threads. Has anyone done this kind of thing? C On Wed, Jul 15, 2009 at 2:20 PM, Manny Rodriques wrote: > Hi grimbeaver, > >

Re: e-mail notifications from address

2009-07-15 Thread Christian Hammond
This can perhaps be done in a future release. I don't recall if there's a bug filed on this or not, but it would be worth looking and filing. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Wed, Jul 15, 200

Re: e-mail notifications from address

2009-07-15 Thread grimbeaver
Enhancement opened... http://code.google.com/p/reviewboard/issues/detail?id=1222 Come to think of it something like this might help people who's e-mail servers do not like the TO and FROM being identical. On Jul 15, 7:08 pm, Christian Hammond wrote: > This can perhaps be done in a future relea

Re: Comments disappear from the Diff view

2009-07-15 Thread pouakai68
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 : ) happy me --~--~-~--~~~---~--~~ You received