Re: Help Installing in a directory, not a subdomain

2010-02-28 Thread danielc
Hi Chris, Just wanted to let you know that if you set a repo path ending with / in the admin pages, the post-review tool returns a 206 error. I've attached the debug trace for it. After removed the / from the path, it managed to submit the review.

Re: Help Installing in a directory, not a subdomain

2010-02-28 Thread Christian Hammond
Sounds like we're doing a poor job of normalizing the URL. That should be fixed. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Sun, Feb 28, 2010 at 8:02 PM, danielc co.dan...@gmail.com wrote: Hi Chris,

Re: Help Installing in a directory, not a subdomain

2010-02-26 Thread Christian Hammond
Glad to hear it :) There seem to be issues with the newer pysvn and Subversion. I suspect pysvn isn't properly checking for its own compatibility with the Subversion in the path. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. -

Re: Help Installing in a directory, not a subdomain

2010-02-25 Thread Christian Hammond
Agreed, we need to do that. In general, I recommend installing on Linux, which we have more experience with and our dependencies are more actively tested on. This can be done in a VM or something, if need be. I'm really hoping we can get a proper Win32 installer in time. We need someone to

Re: Help Installing in a directory, not a subdomain

2010-02-25 Thread danielc
Although I haven't really used the product yet, I can see you're doing a great job. Thanks you. If I get this to work, I will be happy to share the configuration and dependencies I've used. Even upload them somewhere. Even if it's just a bunch of installed, not bundled into one, I am sure it would

Re: Help Installing in a directory, not a subdomain

2010-02-25 Thread danielc
update: Found this post by Christian: http://www.mail-archive.com/reviewboard@googlegroups.com/msg02417.html which suggest using pysvn v 1.6.3. SVN repo now shows in the new review request. No errors in log! Continuing with testing ... On Feb 26, 12:26 pm, danielc co.dan...@gmail.com wrote:

Re: Help Installing in a directory, not a subdomain

2010-02-24 Thread danielc
Any ideas anyone ?? On Feb 18, 10:25 am, danielc co.dan...@gmail.com wrote: I just remembered I did manage to get the Manual Server updates which indicated I should put patch.exe in the PATH. After putting adding it to the path, I got the forbidden messages again. Notes that this was using

Re: Help Installing in a directory, not a subdomain

2010-02-24 Thread Christian Hammond
Hi Daniel, Totally missed your updates. Sorry about that. You mentioned using Directory instead of VirtualHost. Is that still the case? Would you mind attaching your httpd.conf and your Review Board vhost conf? This definitely sounds like an Apache config issue and not a Review Board code

Re: Help Installing in a directory, not a subdomain

2010-02-24 Thread danielc
Christian, Thanks for your response. Yes,that is still the case. It's the most successful config so far. Should I try something else ? Do you mean apache-modpython.conf ? If so, here it is:

Re: Help Installing in a directory, not a subdomain

2010-02-24 Thread danielc
THANK YOU! OK, good and bad news. Good: it seems to work now. I can login and access http://maskfp01/reviews/account/preferences/?next=/reviews/dashboard/ BAD. it's doesn't display any images or anything for the media folder. I Get 404 not found error for them. from my new httpd.conf:

Re: Help Installing in a directory, not a subdomain

2010-02-24 Thread Christian Hammond
Try removing the Alias for /reviews/ and adding back the media and errordocs ones. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Wed, Feb 24, 2010 at 8:30 PM, danielc co.dan...@gmail.com wrote: THANK

Re: Help Installing in a directory, not a subdomain

2010-02-24 Thread danielc
Christian, Thanks you SO much! You Rock! It works. Just in case someone else needs it. Here is the final httpd.conf: -- Alias /reviews/media

Re: Help Installing in a directory, not a subdomain

2010-02-24 Thread Christian Hammond
Glad it works :) Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Wed, Feb 24, 2010 at 8:49 PM, danielc co.dan...@gmail.com wrote: Christian, Thanks you SO much! You Rock! It works. Just in case someone

Re: Help Installing in a directory, not a subdomain

2010-02-17 Thread Christian Hammond
Hi Daniel, That review request for subdirectory support is pretty ancient. We've supported it for a long time now. It looks like that config file was generated with /reviews set as the subdirectory successfully. The configuration looks good. When you initially went to /reviews/, you saw the

Re: Help Installing in a directory, not a subdomain

2010-02-17 Thread danielc
Hi Chris, Thanks for your quick reply! No, I've never seen the reviewbaord site, just forbidden messages. The version is: 1.0.5.1 BTW, It's a Windows 2003 server On Feb 17, 7:12 pm, Christian Hammond chip...@chipx86.com wrote: Hi Daniel, That review request for subdirectory support is pretty

Re: Help Installing in a directory, not a subdomain

2010-02-17 Thread danielc
I just remembered I did manage to get the Manual Server updates which indicated I should put patch.exe in the PATH. After putting adding it to the path, I got the forbidden messages again. Notes that this was using my own httpd.conf hack with a Directory instead of a VirtualHost . On Feb 18,

Help Installing in a directory, not a subdomain

2010-02-16 Thread danielc
Right now, Accessing: http://server/reviews/ redirects to: http://server/reviews/dashboard/ which gives a 403 forbidden error (not a a 404 not found error) Setup: Apache 2.2.4 Python 2.5.4 mod_python 3.3.1 MySQL-python 1.2.2 pysvn 1.7.0 This is the apache-modpython.conf which was generated: