Re: Cannot create review using Perforce

2009-01-16 Thread Christian Hammond
What revision of Review Board is this? Also, how are you generating the diff? Does post-review work? Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Fri, Jan 16, 2009 at 2:32 PM, Cong Do wrote: > > Hi, > > We tried to generate a code review using Perfo

Re: Apache2 403 Forbidden

2009-01-16 Thread Christian Hammond
Nothing stands out as being wrong in the config file. It sounds like mod_python isn't handling the request, though. Are you use mod_python is enabled? Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Fri, Jan 16, 2009 at 11:49 AM, kmw wrote: > > Hi, > >

Re: Cannot create review using Perforce

2009-01-16 Thread Christian Hammond
ew to post your changes. It's actually quicker and easier to do so, anyway. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Fri, Jan 16, 2009 at 3:11 PM, Cong Do wrote: > What revision of Review Board is this? -> 0.9 > > Also, how are you generating the diff

Re: Cannot create review using Perforce

2009-01-16 Thread Christian Hammond
s beneficial in that you don't have to go through the web UI in order to create or update diffs on review requests. You just run "post-review " to create or update. There's also some hooks people here have written for integrating with P4V. Christian -- Christian Hammond - c

Re: Help: how to migrate data from an old version?

2009-01-16 Thread Christian Hammond
If you do rb-site upgrade /path/to/site, that will run syncdb and evolve for you, which should fix it. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Fri, Jan 16, 2009 at 4:38 PM, Frank wrote: > > > I have an installation from last May that has been running ti

Review Board 1.0 alpha 1 released

2009-01-19 Thread Christian Hammond
far. We hit both our 100th and 101st contributor tonight (counting those who have code in the tree). We really couldn't have done this without the help of the people on here reporting bugs, contributing to the code and documentation, and providing support on this mailing lis

Re: Reviewboard alpa

2009-01-19 Thread Christian Hammond
_install? Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Mon, Jan 19, 2009 at 6:57 AM, roshanpius wrote: > > Hi , > > I installed the Reviewboard alpha tar.gz file today and installed an > instance using rb-site tool as i have been running reviewboard out of > my

Re: Evolution failed during upgrade

2009-01-19 Thread Christian Hammond
a database dump? Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Mon, Jan 19, 2009 at 8:40 AM, Dan Savilonis wrote: > > I've run rb-site upgrade to try to upgrade an older ~svn1520 > installation database. I have the a fresh easy_install installation > f

Re: Windows Installation w/ Apache 2: What if I don't have sites-available or sites-enabled directories?

2009-01-19 Thread Christian Hammond
entry somewhere in the file that specifies the IP address of the server. What do you see when you visit the site? Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Mon, Jan 19, 2009 at 3:38 PM, SamClark wrote: > > I'm trying to serve review board through ap

Re: Reviewboard alpa

2009-01-19 Thread Christian Hammond
e issues while i was trying > yesterday, it was saying it was not able to. That is why i manually > downloaded the tar.gz files and installed using "python setup.py > install" > > > > > > On Tue, Jan 20, 2009 at 3:21 AM, Christian Hammond > wrote: >>

Re: Reviewboard alpa

2009-01-20 Thread Christian Hammond
en click "Save." It should all work even if the page styles aren't there. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Jan 20, 2009 at 12:51 AM, roshan pius wrote: > > Hi , > > I've run into major issues with post-review as well no

Re: Reviewboard alpa

2009-01-20 Thread Christian Hammond
That file seems to have some issues. Perhaps the browser tried to normalize the file paths, but they end up looking like: There's also a bunch of custom HTML in there, and existing HTML that's modified. Definitely looks like the browser is doing it. Can you look at the source for that file in y

Re: Reviewboard alpa

2009-01-20 Thread Christian Hammond
t doesn't have the permissions required. Check to make sure your site's htdocs/media directory (and everything else in htdocs/) has permissions set so that the Apache user can access it. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Jan 20, 2009 at 1:46 AM, ros

Re: Evolution failed during upgrade

2009-01-20 Thread Christian Hammond
-date version of this. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Jan 20, 2009 at 8:42 AM, Dan Savilonis wrote: > > I don't think I modified anything intentionally. I just copied the > sqlite3 database file to the new location. The hint wasn't &g

Re: Windows Installation w/ Apache 2: What if I don't have sites-available or sites-enabled directories?

2009-01-20 Thread Christian Hammond
f the syncdb, the evolve, and fixing any symlinks or updating media files when need be. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Jan 20, 2009 at 8:56 AM, SamClark wrote: > > Hmm... I updated my checkout and managed to get something actually. I >

Re: Evolution failed during upgrade

2009-01-20 Thread Christian Hammond
Glad it works :) Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Jan 20, 2009 at 2:08 PM, Dan Savilonis wrote: > > That did it. I just started over fresh with a new site directory, > copied the database over and it went flawlessly. I had a debian

Re: Windows Installation w/ Apache 2: What if I don't have sites-available or sites-enabled directories?

2009-01-20 Thread Christian Hammond
Oh, it looks like you're running an older Review Board. Make sure to pass --upgrade to easy_install, like so: easy_install --upgrade ReviewBoard Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Jan 20, 2009 at 2:24 PM, SamClark wrote: > > I didn'

Re: "[P4.connect()] Connect to server failed; check $P4PORT."

2009-01-20 Thread Christian Hammond
It sounds like the connection information for the repository is wrong in Review Board. If you're the admin, you'll need to go into the admin UI and correct it. The server should be set to the value of $P4PORT. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On T

Re: anonymous users shouldn't be able to leave comments

2009-01-21 Thread Christian Hammond
I'm surprised I missed that during testing. Would you mind filing a bug on this? We'll be sure to fix it soon. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Wed, Jan 21, 2009 at 12:32 PM, Martin wrote: > > Hi, > > A colleague of mine just

Re: Reviewboard alpa

2009-01-21 Thread Christian Hammond
s actually fine, and once you enter a URL that the URLField is happy with, it should fix the double "/" in the media path. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Wed, Jan 21, 2009 at 9:45 PM, Wes Winham wrote: > > I'm not sure, but I might b

Re: Extended "Ship it" feature, Defaults for "diff base path"

2009-01-26 Thread Christian Hammond
Hi Sebastian. On Mon, Jan 26, 2009 at 2:37 AM, Sebastian Kurfuerst < sebastian.kurfue...@gmail.com> wrote: > > Hello Reviewboard Developers! > > We at the TYPO3 Project are currently evaluating ReviewBoard for our > patch workflow. > > As far as I see it, I am really impressed! There are just mi

Re: trunk broken?

2009-01-26 Thread Christian Hammond
re\nraise exceptions.ImproperlyConfigured, 'Error > importing middleware %s: "%s"' % (mw_module, e) > [Mon Jan 26 08:52:23 2009] [error] [client 85.221.196.20] > ImproperlyConfigured: Error importing middleware > reviewboard.admin.middleware: "No module named

Re: How do I switch back to account authentication?

2009-01-26 Thread Christian Hammond
= authenticate(username=username, > password=password) > File "c:\python25\lib\site-packages\django-1.0.2_final-py2.5.egg\django > \contrib\auth\__init__.py" in authenticate > 34. for backend in get_backends(): > File "c:\python25\lib\site-packages\django-1.0.2_fina

Re: How do I switch back to account authentication?

2009-01-26 Thread Christian Hammond
get the crypt module from. Some random Googling > seems to indicate that this might provide it, but I have no idea if > it's the right thing or not: http://pypi.python.org/pypi/TracLDAPAuth/1.0 > > Thanks for your quick reply. Let me know if there's a way I can try > chan

Re: How do I switch back to account authentication?

2009-01-26 Thread Christian Hammond
Funny, I don't remember other people running into this, but I can see how one might... We probably should just have the imports for nis and crypt reside in the classes that use them, and then just catch the ImportError and do the right thing if it doesn't exist. Christian -- Christi

Re: Help: how to migrate data from an old version?

2009-01-26 Thread Christian Hammond
It should work. Make sure you do a backup first, but the upgrades should work between almost any version. Your version shouldn't be too old for it. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Mon, Jan 26, 2009 at 6:48 PM, teki wrote: > > I am at r1433, do

Re: alpha1 clean installation fails

2009-01-26 Thread Christian Hammond
I've been unable to duplicate this. This almost looks like an issue internal to Django, but I can't be sure what it is. Can you send me the output of: SELECT * FROM siteconfig_siteconfiguration\G from the MySQL command line. Christian -- Christian Hammond - chip...@chipx86.com V

Re: Extended "Ship it" feature, Defaults for "diff base path"

2009-01-27 Thread Christian Hammond
On Mon, Jan 26, 2009 at 3:23 AM, Sebastian Kurfuerst < sebastian.kurfue...@gmail.com> wrote: > > Hey Christian, > > thanks for your super-fast response! > > > Right now, we don't have anything in the code to enforce policies such as > > requiring two "ship its" before you can close out a review re

Re: bump the djblets version

2009-01-27 Thread Christian Hammond
Will do. And I'll do a new build of Review Board to pick up on that. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Jan 27, 2009 at 12:08 AM, plumpy wrote: > > I think you need to bump the djblets required version again. When I > upgraded tonight,

Re: Non rooted installation

2009-01-27 Thread Christian Hammond
The site root should be saved in the generated conf/settings_local.py. Can you describe the problem you're seeing? Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Jan 27, 2009 at 12:39 AM, Gilles Moris wrote: > > Hello, > > I tried to install

Re: HTML Head on Diff View page broken

2009-01-27 Thread Christian Hammond
Surprised I didn't notice this at all. It's fixed in SVN. You can fix it on your install for now by removing the "" from templates/reviews/review_flags.js. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Jan 27, 2009 at 8:11 AM, Floria

Re: Non rooted installation

2009-01-27 Thread Christian Hammond
Try setting the Location to "/" and adding the following in that Python block: PythonOption django.root /mysite Then set the SITE_ROOT in settings_local.py to "/" Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Jan 27, 2009 at 10:10 AM, Gilles

Re: Clean rb-site install of alpha1 fails on htdocs/media/.htaccess

2009-01-27 Thread Christian Hammond
The problem's a bit odd, but I think I have it fixed in SVN if you want to grab that and do: sudo python setup.py nightly install (the "nightly" is important) Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Jan 27, 2009 at 12:46 PM, Jamie Whitehouse

Re: attempt to write a readonly database

2009-01-27 Thread Christian Hammond
Make sure the db directory is also owned by the web server. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Jan 27, 2009 at 1:47 PM, 13Strider wrote: > > With the new Reviewboard , doing everything but when i run the site i > get this error attempt t

Re: Newbie question: setup problems

2009-01-27 Thread Christian Hammond
There's a bug right now with Windows that I'm going to fix tonight. Make sure that in your conf/settings_local.py your path to the database looks like: D:\\mypath\\db\\reviewboard.db. The "\" needs to be escaped. Christian -- Christian Hammond - chip...@chipx86.com VMware

Re: Upgrade Of SVN Checkout

2009-01-28 Thread Christian Hammond
to break that with a directory cleanup pretty soon. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Wed, Jan 28, 2009 at 6:23 AM, roshanpius wrote: > > Hi, > > I upgraded my revieboard svn version to 1715 today. > > Now many users are not able to make any comme

Re: newbie installation issues

2009-01-28 Thread Christian Hammond
g new lighttpd config generation in another day or two, which will fix a lot of out-of-the-box install issues with lighttpd. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Wed, Jan 28, 2009 at 9:45 AM, san...@gmail.com wrote: > > I am trying to install reviewboard on a

Re: perforce and post-review

2009-01-28 Thread Christian Hammond
Right now, you need to grab it from SVN, but I'm going to be putting it into its own easy_installable package pretty soon. I think the http://www.review-board.org/docs/Using_PostReview page has a link. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Wed, Jan 28, 20

Re: perforce and post-review

2009-01-29 Thread Christian Hammond
> > On Jan 29, 9:54 am, housemaister wrote: >> On Thu, Jan 29, 2009 at 2:37 PM, 13Strider >> wrote: >> >> > I cant find the contrib/tools directory with new setup. >> >> > On Jan 28, 5:46 pm, Christian Hammond wrote: >> >> Right no

Re: Default reviewer

2009-01-29 Thread Christian Hammond
Try ".*". It needs to be a regular expression rather than a file glob. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Thu, Jan 29, 2009 at 6:59 AM, Nizar wrote: > > Hi, > > I'm trying to setup default reviewers for my code-base. In the

Re: Dear LazyWeb

2009-01-29 Thread Christian Hammond
ar better error reporting for this kind of thing than the log file. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Jan 27, 2009 at 8:20 AM, Łukasz Jernaś wrote: > > Hello. > > Excuse the lame question, but how do I create and use custom auth > backe

jQuery 1.3 and lighttpd improvements in tonight's nightly

2009-01-29 Thread Christian Hammond
ook at http://reviewboard.googlecode.com/svn/trunk/reviewboard/contrib/conf/lighttpd.conf.into see the new fields and then update your config file accordingly. Again, if you hit issues, please file bugs on this so we can take care of them before alpha 2. Thanks! Christian -- C

Re: LDAP authentication questions

2009-01-30 Thread Christian Hammond
x27;t really say what the correct thing is. We have a patch up that I haven't reviewed yet (I'd like other LDAP-knowledgeable users to look into it if possible) that may address your concerns. Would you be able to give it a try? http://reviews.review-board.org/r/704/ Christian -- Chri

Re: Can't write reviews or comments anymore

2009-01-30 Thread Christian Hammond
Did you upgrade Djblets and restart Apache? Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Fri, Jan 30, 2009 at 11:24 AM, plumpy wrote: > > I don't do any UI work, so I know very little about Javascript, but > one of my co-workers is using Firebug, and

Re: Database Question

2009-01-30 Thread Christian Hammond
Hi. You should in theory be able to copy over the old database into the new place (and just rename it "reviewboard.db") and then run "rb-site upgrade /path/to/site" Let me know if that turns up any problems. Christian -- Christian Hammond - chip...@chipx86.com VMware, I

Re: Can't write reviews or comments anymore

2009-01-30 Thread Christian Hammond
And just to be sure, you did an rb-site upgrade on the site? I just upgraded all my installs and can't reproduce this. Does Firebug say if any javascript files are 404s? Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Fri, Jan 30, 2009 at 2:41 PM, plumpy

Re: Can't write reviews or comments anymore

2009-01-30 Thread Christian Hammond
I'm just glad we didn't completely break things! Any time :) Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Fri, Jan 30, 2009 at 2:55 PM, plumpy wrote: > > Apparently I forgot to do the rb-site upgrade. Sorry :( > > Thanks for your help (again).

Re: Missing Template File

2009-01-31 Thread Christian Hammond
Should be fixed now in SVN r1730. I'm going to spin a new nightly as well. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Sat, Jan 31, 2009 at 2:39 AM, Terry Zhong wrote: > > I'm trying to upgrade to r1726 while errors jump up. I see a new > templa

Re: LDAP authentication questions

2009-01-31 Thread Christian Hammond
vantage of post-review is that you don't even have to care about any of this info anymore. You just run "post-review" and it does the right thing. It knows how to generate CVS diffs, SVN, Git, git-svn, Mercurial, Mercurial-svn, Clearcase, Pe

Re: Dear LazyWeb

2009-01-31 Thread Christian Hammond
n the prefs template. We could instead extend this to look for flags on the backend indicating whether that field can be modified, and then just check if it's the auth backend *or* if the flag exists and is True. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Sat

Re: Bad table class for incremental diff of new file

2009-01-31 Thread Christian Hammond
Hi David. There's a bug open for this at: http://code.google.com/p/reviewboard/issues/detail?id=730 We should have this fixed for 1.0. It's not fixed yet, and it's been around for a while, but it shouldn't be hard to fix. We'll probably get it in the betas. Christi

Re: Miscellaneous notes

2009-02-02 Thread Christian Hammond
end up showing docs inside the Review Board site (I want to move off their wiki and into something we have more control over). Thanks for the comments! Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. --~--~-~--~~~---~--~~ You received this mess

Re: Nothing Displayed when browse "http://localhost/reviews"

2009-02-02 Thread Christian Hammond
Did you use the provided Apache config file in the site's conf/ directory? If so, can you send it to me? Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Sun, Feb 1, 2009 at 8:03 PM, Justin Chen wrote: > > Hi All, > > After trying some hours, it see

Re: Nothing Displayed when browse "http://localhost/reviews"

2009-02-02 Thread Christian Hammond
le for beta 1. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Mon, Feb 2, 2009 at 6:55 PM, Justin Chen wrote: > > Hi Christian, > > Thank you very much. I read > http://www.review-board.org/docs/GettingStarted > for hundreds of times, but still met lots o

Re: Dear LazyWeb

2009-02-02 Thread Christian Hammond
ges. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Sat, Jan 31, 2009 at 3:51 AM, Łukasz Jernaś wrote: > > On Sat, Jan 31, 2009 at 12:38 PM, Christian Hammond > wrote: > > Hi, > > > > I'm not sure I understand your problem yet. Your auth backend

Re: Nothing Displayed when browse "http://localhost/reviews"

2009-02-02 Thread Christian Hammond
Okay, the problem then is that you don't have the mod_python module installed or configured. Which distro is this? You probably just need to download and install the right package. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Mon, Feb 2, 2009 at 7:27 PM, Justin

Re: View Diff is broken: Diff currently unavailable.

2009-02-03 Thread Christian Hammond
Er, yeah, key.. I'm a bit out of it today. Did you upgrade Djblets as well? Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Feb 3, 2009 at 2:35 PM, Matthew Von Bargen wrote: > > Okay. Thanks. > > Did you mean: > > key += "-%s" % se

Re: post upgrade, screenshot uploading doesn't work

2009-02-03 Thread Christian Hammond
You should use the settings found in the Apache config file in /var/www/reviewboard/conf/. Just duplicate what's in there and put it in your Apache config in place of what you have now. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Feb 3, 2009 at 10:08 AM,

Re: View Diff is broken: Diff currently unavailable.

2009-02-03 Thread Christian Hammond
x27;m putting out the 1.0 alpha 2 release tonight, and this will be fixed along with it. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Feb 3, 2009 at 10:04 AM, mattvonb wrote: > > I recently upgraded my Review Board installation by running: > > sudo easy_

Re: View Diff is broken: Diff currently unavailable.

2009-02-03 Thread Christian Hammond
It wouldn't have with last night's build. I didn't update the dependency for the new nightly. Do an upgrade of Djblets as well and it should work. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Feb 3, 2009 at 2:43 PM, Matthew Von Bargen wrote: &

Review Board 1.0 alpha 2 released

2009-02-03 Thread Christian Hammond
ng Started guide ( http://www.review-board.org/docs/GettingStarted) to find out how to switch. If there are any problems with the upgrade, do let us know! Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. --~--~-~--~~~---~--~~ You received th

Re: Creating a diff seems slow

2009-02-03 Thread Christian Hammond
in there that can be slow. However, if you have good caching enabled (memcached is *strongly* recommended, as it's what powers such things as Facebook and Youtube), you should only have that hit once per new diff. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Feb 3

Re: Trouble setting up ReviewBoard with perforce

2009-02-04 Thread Christian Hammond
You need p4 to be in the Apache user's path somewhere. This is a common problem. I'm hoping to provide better error docs for this before 1.0. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Wed, Feb 4, 2009 at 11:51 AM, Isaac Wagner wrote: > > Than

Re: [PATCH] delete duplicate CVSClient Class in post-review

2009-02-04 Thread Christian Hammond
Would you mind posting these up at http://reviews.review-board.org/ ? Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Wed, Feb 4, 2009 at 10:37 PM, ytht@gmail.com wrote: > > Hi, > There are two CVSClient Class in post-review. If you keep two, the > first

Re: jquery consumes a lot of cpu, i.e. for firefox 2

2009-02-06 Thread Christian Hammond
This should be fixed in last night's nightly. It's not actually jQuery, but our autoSizeTextArea widget. I'll be spinning an alpha 3 release soon with this fix. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Fri, Feb 6, 2009 at 6:33 AM, Martin

Re: Sometimes I get "Diff currently unavailable"

2009-02-06 Thread Christian Hammond
Also fixed in last night's nightly. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Fri, Feb 6, 2009 at 6:31 AM, Martin wrote: > > Hi, > > when viewing revision changes (rev 1-2), then I sometimes get: > > " > Diff currently unavail

Re: unhanded exception -> lighttpd

2009-02-08 Thread Christian Hammond
How did you install Review Board? Did you use rb-site and the provided config file? Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Sun, Feb 8, 2009 at 2:17 PM, moo wrote: > > 2009-02-08 22:05:43: (mod_fastcgi.c.2618) FastCGI-stderr: Traceback > (most recent

Re: Upgrading problem (error 500)

2009-02-08 Thread Christian Hammond
What type of repository is the change against? Can you use post-review with --debug to post your review request and see what error it outputs? Another option would be to use Firebug on Firefox and see what the resulting HTML is. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc

Re: unhanded exception -> lighttpd

2009-02-08 Thread Christian Hammond
The error suggests that the PythonPath doesn't include the site's "conf" directory, as it's not able to find settings_local.py. Can you show me the generated lighttpd config? Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Sun, Feb 8, 2009 at 4:

Re: Upgrading problem (error 500)

2009-02-08 Thread Christian Hammond
No prob, glad you figured it out :) Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Sun, Feb 8, 2009 at 7:28 PM, Lester Cheung <13z73rch3...@gmail.com>wrote: > > Hi Christian, > > Thanks for writing back. It turns out to be something really trival - >

Re: jquery consumes a lot of cpu, i.e. for firefox 2

2009-02-09 Thread Christian Hammond
I'm hoping to release this upcoming weekend. It's going to depend on other things this week. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Mon, Feb 9, 2009 at 6:43 AM, Martin wrote: > > ok cool, thank you!! > > waiting for alpha3. > what time

Re: No reviewers listed -> can't publish a review

2009-02-10 Thread Christian Hammond
eviewers". Therefore, I can't publish the review. > > What am I doing wrong? > > thanks > john > > > -- -- Christian Hammond - chip...@chipx86.com VMware, Inc. --~--~-~--~~~---~--~~ You received this message because you

Re: Diff currently unavailable. Error: Connection closed unexpectedly

2009-02-11 Thread Christian Hammond
info from there. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Wed, Feb 11, 2009 at 1:07 AM, Dev wrote: > > Hi, > > I have installed RB 1.0 and pointed webserver as apache. > I am able to post the reviews perfectly.But when i try to see the diff > b

Re: Diff currently unavailable. Error: Connection closed unexpectedly

2009-02-11 Thread Christian Hammond
count. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Wed, Feb 11, 2009 at 2:48 AM, Dev wrote: > > But i can able to see the diff in the windows command line by giving -- > output-diff command. > It shows perfectly in command line. > > On Feb 11, 2:25 pm, C

Re: Getting more info from json

2009-02-11 Thread Christian Hammond
yself. Are there any plans to make this a publicly downloadable program? I'll be announcing adding a section for third party software/addons/customizations before long to the website if you decide to. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Wed, Feb 11, 2009

Re: Diff currently unavailable. Error: Connection closed unexpectedly

2009-02-11 Thread Christian Hammond
this used to work, and just recently break? Does it happen with all diffs? Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Wed, Feb 11, 2009 at 3:01 AM, Dev wrote: > > Can you pl let me know what will be my next step to attack this > problem? > > -D

Re: Diff currently unavailable. Error: Connection closed unexpectedly

2009-02-11 Thread Christian Hammond
7; button,it is looking for unix user > password? Pl correct me if i am wrong. > I am using URL "svn+ssh://URL/subversion/data/project/" > > On Feb 11, 4:32 pm, Dev wrote: > > No.This is fresh installation in the centOS machine. > > Let me try a check-out and let you

Re: settings_local.py ?

2009-02-11 Thread Christian Hammond
directory. If that's what you've done, can you send me the reviewboard.fcgi file in your site's htdocs directory? You shouldn't move settings_local.py into that system directory. If it's not finding the file out of the conf/ directory, we need to investigate why. Christian

Re: settings_local.py ?

2009-02-11 Thread Christian Hammond
Okay, looks like the reviewboard.fcgi file isn't being generated correctly. Can you two edit that file and append "/conf/" to the path being inserted? For example: sys.path.insert(0, "/var/www/reviews2/conf/") Christian -- Christian Hammond - chip...@chipx86.com V

Re: issues with lucene search

2009-02-11 Thread Christian Hammond
That sounds pretty bad, but there's nothing I'm aware of that we can do here. You might want to file a bug with the Lucene guys. Hopefully it's a known bug that's since been fixed. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Wed, Feb 11, 2009

Re: Diff currently unavailable. Error: Connection closed unexpectedly

2009-02-11 Thread Christian Hammond
So doing a checkout as Apache/lighttpd's user using svn+ssh is working without a password on that server? What did you do to enable that? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Wed, Feb 11,

Re: Diff currently unavailable. Error: Connection closed unexpectedly

2009-02-12 Thread Christian Hammond
_guides/using_subversion/troubleshooting/setting_ssh_password_less_login Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Thu, Feb 12, 2009 at 12:53 AM, Dev wrote: > > Below is the Log message i got from the S

Re: settings_local.py ?

2009-02-12 Thread Christian Hammond
Hmm, I didn't receive either of these errors in my lighttpd install. What distro and version of lighttpd? You may have to make adjustments to your setup. I'm really not a lighttpd expert (far more experience with Apache). Christian -- Christian Hammond - chip...@chipx86.com Review Bo

Re: Diff error

2009-02-12 Thread Christian Hammond
Yeah. Basically, p4's diffs don't include all the information we need to process the diff and fetch the files. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Thu, Feb 12, 2009 at 1:48 PM,

Re: Diff currently unavailable. Error: Connection closed unexpectedly

2009-02-13 Thread Christian Hammond
is and has a good suggestion? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Thu, Feb 12, 2009 at 1:54 AM, Dev wrote: > > Hi Christian, > Below is my clear scenario: > 1.I have installed Revie

Re: Broken Json API? Weird behavior after publishing

2009-02-13 Thread Christian Hammond
Not sure what you mean about the buttons being unreachable. Do you mean you don't see them in the web UI? If so, are you sure you're logged in? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On F

Re: API JSON: how create a review?

2009-02-13 Thread Christian Hammond
/urls.py. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Fri, Feb 13, 2009 at 8:30 AM, Sebastien Douche wrote: > > I don't find the way to create a review. > > Method for creating request: >

Re: Diff containing new file results in "File not found" error

2009-02-13 Thread Christian Hammond
Sounds like the diff header didn't have the information we expected signifying that this was a new file. What repository type is this, and what did you use to create/upload the diff? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware

Re: Diff containing new file results in "File not found" error

2009-02-13 Thread Christian Hammond
Try using post-review. IIRC, TortoiseSVN generates slightly non-standard diffs that cause problems. It would be nice to work around this, though. post-review also just makes filing review request a lot easier. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http

Re: "Ship it" always being checked in 0.9

2009-02-15 Thread Christian Hammond
;re already on rb-site, I assume, so an upgrade should be painless. I'm actually in the process right now of releasing 1.0 alpha 3, which should be available in about 30 minutes. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http:

Review Board 1.0 alpha 3 released

2009-02-15 Thread Christian Hammond
n the beta releases. A summary of the changes is up at http://review-board.org/news/2009/02/15/review-board-10-alpha-3-released/ Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.

Re: Review Board 1.0 alpha 3 released

2009-02-16 Thread Christian Hammond
What happens when you try clearing your cache? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Mon, Feb 16, 2009 at 1:31 AM, Sebastien Douche wrote: > On Mon, Feb 16, 2009 at 08:39, Christian Hamm

Re: Review Board 1.0 alpha 3 released

2009-02-16 Thread Christian Hammond
Yeah, confirmed this and another problem. Do another upgrade. I just pushed out an alpha 4 that everyone should grab. Really sorry about that. Less people testing the nightlies and patches means things slip by. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http

Re: post-review under windows

2009-02-16 Thread Christian Hammond
Are you using an English locale? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Mon, Feb 16, 2009 at 3:08 AM, Brot wrote: > > I don't have clearcase installed. I am working with svn. > &

Re: Traceback generated when I click “View Diff”

2009-02-16 Thread Christian Hammond
Looks like you don't have patch in your path. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Mon, Feb 16, 2009 at 12:46 PM, eugene_k wrote: > > When I click "View Diff" tr

Re: Alpha2 - Json API for reviewrequest edit field changed/broken?

2009-02-16 Thread Christian Hammond
o be worth upgrading to alpha 4 to see if the problem has since been fixed. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Mon, Feb 16, 2009 at 5:41 PM, mary wrote: > > Since upgrading to Alpha2 t

Re: Diff between revisions is broken in alpha4

2009-02-17 Thread Christian Hammond
I'll try to get to this sometime this week. You'll need to grab a nightly for the fix, because we're a ways off still from beta 1. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Tue, Feb 1

Re: Diff between revisions is broken in alpha4

2009-02-17 Thread Christian Hammond
No, I'm going to work on a fix this week, but I haven't had the time yet. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Tue, Feb 17, 2009 at 7:10 PM, Martin wrote: > > > is it alrea

Re: New user group

2009-02-19 Thread Christian Hammond
You should be able to specify the files to include on the command line. Similar to other svn operations, like when you only want to diff or commit certain files. It's a little bit of micromanagement, especially when you want to update a review later on, but it works. Christian -- Chri

Re: installation issues with pylucene

2009-02-19 Thread Christian Hammond
On Thu, Feb 19, 2009 at 10:54 AM, Dan Morrow wrote: > > Hi there, > > I'm not a python expert. I've never used pylucene, or jcc. I'm just > trying to follow the instructions and have a good result. The problem > is, since I'm not an expert in python, I don't really know what the > error messages

<    2   3   4   5   6   7   8   9   10   11   >