Apache Help

2008-09-16 Thread Daniel Wexler
I'm struggling through the Apache configuration. I've finally got the various paths set correctly and I no longer get any errors in the apache log files, but I can't get rid of the silly "Manual server updates required" page. I've followed all the instructions for the new uploaded/images dir in:

Re: Apache Help

2008-09-17 Thread Daniel Wexler
Thanks for the replies. Good to see this is happening to others! The tan manual server updates required box is followed by a single light blue "Database changes" box that indicates that the schema has changed since my last upgrade and I need to run syncdb. I get no errors when I run syncdb. Ev

Re: Apache Help

2008-09-17 Thread Daniel Wexler
Same problem. > > This will help to track it down. > > Christian > > -- > Christian Hammond - [EMAIL PROTECTED] > VMware, Inc. > > On Wed, Sep 17, 2008 at 4:49 AM, Daniel Wexler <[EMAIL PROTECTED]> wrote: > > > Thanks for the replies.  Good to see

Re: Apache Help

2008-09-17 Thread Daniel Wexler
In the same "manage.py shell" I tried printing the siteconfig: >>> print siteconfig maki.nvidia.com/ (version 0.9) It is kinda odd that it says version 0.9 since I installed Django 1.0... On Sep 17, 5:16 am, Daniel Wexler <[EMAIL PROTECTED]> wrote: > On Sep 17,

Re: Apache Help

2008-09-17 Thread Daniel Wexler
confused though, are you still getting the "Database > changes" box, even after a sync? Have you tried "manage.py evolve"? > > Guillaume, are you sure you've created the images directory? > > F. > > On Sep 17, 12:49 pm, Daniel Wexler <[EMAIL PROTECTED

Re: Apache Help

2008-09-17 Thread Daniel Wexler
Aha! That's the ticket. Thanks! Specifically, I had to change the DATABASE_NAME value in settings_local.py to the absolute path to my sqlite database: "C:/ reviewboard/reviewboard.sqlite" Now Apache is working for me! W00t! Thanks everyone! On Sep 17, 9:54 am, Ben <[EMAIL PROTECTED]> wrote:

Re: wrong Repository error Code 206

2008-09-17 Thread Daniel Wexler
I had this same issue. I'm not sure this is the right way to fix it, but I modified my post-review script by hand and changed the REVIEWBOARD_URL near the top of the file to point to my reviewboard server (e.g. "http://maki"; in my case). I also had a bit of trouble getting the right path to the

post-review json reviewreqests dir?

2008-09-17 Thread Daniel Wexler
Almost got everything working, but I'm still having some trouble with post-review. Looks like the diff is now being created properly and most interactions with the server are ok (it creates a new review), but the files are not uploaded and I get the following error: Unable to access http://maki/

Vista version of simplejson

2008-09-17 Thread Daniel Wexler
If you are having trouble getting simplejson working under Vista (needed for post-review), you can follow the directions in the final post on this thread: http://groups.google.co.in/group/pylons-discuss/browse_thread/thread/fcaf0b8025f2c00c Here's how I got it to work: 1. Download the TGZ file

Re: mod_fastcgi for Windows/Apache 2.0

2008-09-17 Thread Daniel Wexler
This was a red herring. When the "Reviewboard is napping" message was displayed, I figured something was running slowly, and I inferred the problem was that I didn't have the mod_fastcgi working. That's wrong, of course. There is no requirement for mod_fastcgi. The real problem was that the P

Re: post-review json reviewreqests dir?

2008-09-17 Thread Daniel Wexler
/json/reviewrequests/new/ which fails. Any suggestions on what might be wrong with my apache server config? On Sep 17, 1:51 pm, Daniel Wexler <[EMAIL PROTECTED]> wrote: > Almost got everything working, but I'm still having some trouble with > post-review.  Looks like the diff is now bein

Re: post-review json reviewreqests dir?

2008-09-17 Thread Daniel Wexler
on25\lib\subprocess.py", line 793, in _execute_child startupinfo) WindowsError: [Error 2] The system cannot find the file specified On Sep 17, 4:28 pm, Daniel Wexler <[EMAIL PROTECTED]> wrote: > Searching the old posts, looks like this is probably some sort of > apache configur

Re: post-review json reviewreqests dir?

2008-09-18 Thread Daniel Wexler
dy have patch on the > system, you can get it from Cygwin. > > Christian > > -- > Christian Hammond - [EMAIL PROTECTED] > VMware, Inc. > > On Wed, Sep 17, 2008 at 5:44 PM, Daniel Wexler <[EMAIL PROTECTED]> wrote: > > > Progress, and a new issue: > > > Turn

Re: post-review json reviewreqests dir?

2008-09-18 Thread Daniel Wexler
I see calls to logging.debug(). Where is that log file? On Sep 18, 8:22 am, Daniel Wexler <[EMAIL PROTECTED]> wrote: > Thanks for the tips.  I added patch to my cygwin tools and made sure > it was in the path, but I still get the same traceback error. > > Any tips on how to de

Re: post-review json reviewreqests dir?

2008-09-18 Thread Daniel Wexler
e file if they're > not already). > > Christian > > -- > Christian Hammond - [EMAIL PROTECTED] > VMware, Inc. > > On Thu, Sep 18, 2008 at 8:23 AM, Daniel Wexler <[EMAIL PROTECTED]> wrote: > > > I see calls to logging.debug(). Where is that log file? > > &

Annotating Reviews

2008-09-19 Thread Daniel Wexler
How do people annotate reviews prior to posting them publicly? When preparing a new review, I like to annotate the code with comments that describe the reasoning behind my choices. These comments help guide the reviewer through the changes. It is great when these annotations are tied to lines i

Re: post-review in perforce

2008-09-19 Thread Daniel Wexler
Does post-review have --p4-port and --p4-client options? I don't see them in my version. On Sep 19, 9:40 am, 13Strider <[EMAIL PROTECTED]> wrote: > i imported the P4Tool.txt in perforce > installed python and simplejson > as soon as i go to submit for review > i get this error : > > Usage: post-

Perforce Security

2008-09-19 Thread Daniel Wexler
I see an older discussion about the issue of Perforce security and the need to put the P4 user and client information into the server: http://groups.google.com/group/reviewboard/browse_thread/thread/d057cc0c05d51e1f Any update on this situation? My company is similarly concerned about this secur

Re: Perforce Security

2008-09-19 Thread Daniel Wexler
t; you've got) then you only create accounts on the servers that theyr'e > supposed to have access to. > Jeff > O|||O > > Help me and the Leukemia and Lymphoma society fight blood > cancers:http://pages.teamintraining.org/dm/tucson08/jandros > > On Fri, Sep 19, 200

Re: Perforce Security

2008-09-19 Thread Daniel Wexler
h Perforce, would it all Just Work (tm)? On Sep 19, 5:00 pm, Daniel Wexler <[EMAIL PROTECTED]> wrote: > Has anyone explored the new Python bindings for Perforce? > > http://www.perforce.com/perforce/doc.081/manuals/p4script/p4script.pdf > > They seem to have functions for logging in

Re: Perforce Security

2008-09-21 Thread Daniel Wexler
xt. > > Also, if a user changes his username/password at a later time on the > Perforce server, or the user is removed from the Perforce server, all > associated review requests would become inaccessible. So storing user > account info for accessing the server has a lot of downsides

Re: Facing error while revieboard installation

2008-09-23 Thread Daniel Wexler
I'm sure Christian is right about the Django stuff, but, just in case it helps, I found that I had to use the absolute path to my sqlite database in settings_local.py: DATABASE_NAME = 'C:/reviewboard/reviewboard.sqlite' # Or path to database file if using sqlite3. On Sep 22, 11:13 pm, "Atul Ph