Re: reviewboard not being able to add bazaar repository

2013-02-27 Thread WW Li
It works! Thanks a lot :) On Wednesday, February 27, 2013 8:18:56 PM UTC-8, Christian Hammond wrote: > > Try adding this to your $sitedir/htdocs/reviewboard.wsgi file: > > os.environ['PYTHONPATH'] = '/path/to/site/conf:' + > os.environ.get('PYTHONPATH', '') > > (Make sure to replace the /path/to

Re: reviewboard not being able to add bazaar repository

2013-02-27 Thread Christian Hammond
Actually, first, please upgrade to 1.7.6 and see if that fixes it for you. There's a potential fix in there. If that doesn't work, please let me know that, and try the suggestion I made below. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware

Re: reviewboard not being able to add bazaar repository

2013-02-27 Thread Christian Hammond
Try adding this to your $sitedir/htdocs/reviewboard.wsgi file: os.environ['PYTHONPATH'] = '/path/to/site/conf:' + os.environ.get('PYTHONPATH', '') (Make sure to replace the /path/to/site part.) See if that helps any, and let me know. Christian -- Christian Hammond - chip...@chipx86.com Revie

Re: reviewboard not being able to add bazaar repository

2013-02-27 Thread WW Li
I see a Unable to import settings_local.py: No module named settings_local error in error log On Wednesday, February 27, 2013 5:42:28 PM UTC-8, WW Li wrote: > > Thanks I didn't find a reviewboard.log file somewhere . is it supposed in > /logs? > > Do i need to upload both public and private ke

Re: reviewboard not being able to add bazaar repository

2013-02-27 Thread WW Li
Thanks I didn't find a reviewboard.log file somewhere . is it supposed in /logs? Do i need to upload both public and private keys? On Wednesday, February 27, 2013 5:30:59 PM UTC-8, Christian Hammond wrote: > > Hi, > > Can you check the reviewboard.log file for any messages from when you > per

Re: reviewboard not being able to add bazaar repository

2013-02-27 Thread Christian Hammond
Hi, Can you check the reviewboard.log file for any messages from when you performed this action? Hopefully there's something in there that would help. Can you also go to your SSH settings and verify that there's both an SSH key there, and it's the one you expect? Christian -- Christian Hammo

reviewboard not being able to add bazaar repository

2013-02-27 Thread WW Li
I am using reviewboard 1.7.5. - I uploaded ssh key to review board - In the repository type I chose 'Bazaar' - In the path I filled "bzr+ssh://@bzr.coppertreeanalytics.com/bzr/PD/ /trunk" - In "Add repository" page I clicked "Save" I got this error "Connection closed: Unexpected end of message.