Sorry for multiple mails but i have no option to fetch help from you expect.
How to make review board point to new P4API.so
I have noticed that after p4python build it generates library
libssl.so.1.0.0, I googled it and could not found any relevant answer but i
guess that's the expected behavi
All the P4 files present at /usr/local/lib/python2.7/site-packages
On Tuesday, April 9, 2013 11:11:39 AM UTC+5:30, Christian Hammond wrote:
>
> Yeah, it's possible it's grabbing that one instead.
>
> If p4python is successfully built using OpenSSL, the only thing I can
> think of to cause that er
Yeah, it's possible it's grabbing that one instead.
If p4python is successfully built using OpenSSL, the only thing I can think of
to cause that error would be Review Board using an older copy somehow.
Where's the new P4.* files?
Christian
--
Christian Hammond - chip...@chipx86.com
Review Boa
Here are some more information:
I can see there was old P4Python-2008.2-py2.7.egg-info file present at
site-packages folder, But i had make sure this version's P4.py, P4.pyc,
P4.pyo, P4API.so are moved to some safe place. Will this file make any
difference.
cat easy-install.pth
import sys; sy
Hi Chris,
Reviewboard is using the same version of python for which i have provided
example as below
[GCC 4.1.2 20080704 (Red Hat 4.1.2-46)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import P4
There are no Two version of p4python installed, how do i fi
It appears your Apache server won't allow a HEAD request.
Can I see the output of:
$ curl http://reviewboard.corp.good.com/api/review-requests/44580/diffs/
-i
On Mon, Apr 8, 2013 at 4:27 PM, Robert Dailey wrote:
> Here you go:
>
> C:\work>curl
> http://reviewboard.corp.good.com/api/revi
Here you go:
C:\work>curl http://reviewboard.corp.good.com/api/review-requests/44580/diffs/
-I
HTTP/1.1 405 METHOD NOT ALLOWED
Date: Mon, 08 Apr 2013 20:24:40 GMT
Server: Apache/2.2.21 (Unix) mod_wsgi/3.3 Python/2.7 mod_ssl/2.2.17
OpenSSL/1.0.0c
Content-Language: en-us
Expires: Mon, 08 Apr 2013 20
Is Review Board using the same version of Python? Any chance there are now two
copies of p4python installed?
Christian
On Apr 8, 2013, at 4:01, chuck j wrote:
> Dear All,
>
> This is very critical, I am still not able to add SSL enabled perforce
> repository to reviewboard, Please help me.
I ran the command and got the following output. Despite the error message,
I restarted memcached and apache2 and went to the site. Instead of the big
django explosion I got before, I now see the "Review Board is taking a nap"
message.
~# rb-site manage /var/lib/reviewboard evolve -- --hint --ex
Sorry about that.. We hit some rough bugs in Django Evolution (or rather,
introduced scenarios it wasn't prepared for), but I do think that going
forward, these issues should be mostly gone.
So I don't normally advise this, but here's what I'd recommend in this case:
1) Back up your database
2) R
Yes, each server used it's own independent database. They exist on fully
distinct virtual machines.
This is only the second time this server has been upgraded. The first
upgrade attempt I did today was run with the older version of
django_evolution. That might be why the upgrade wasn't successf
When you mentioned different servers, were these each with their own database?
It's complaining about fields that already existed in 1.6.11, which shouldn't
be correct. It's also showing that those evolutions were already applied.
At any point did you ever downgrade or wipe an evolution?
Christ
I think my last answer was wrong. I tried to upgrade and got this:
~# easy_install -U django_evolution
Searching for django-evolution
Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.6/
Reading http://pypi.python.org/simple/django_evolution/
Reading http://code.google.com/p/django-e
Try upgrading to 0.6.9. There were a lot of fixes that went in since your
version.
Christian
On Apr 8, 2013, at 10:53, Chris Eagan wrote:
> 0.6.7-py2.6
>
> On Monday, April 8, 2013 1:46:57 PM UTC-4, Christian Hammond wrote:
>>
>> Hi Chris,
>>
>> What version of the django_evolution module
Thanks Christian, let me know if I can assist in any way!
On Friday, April 5, 2013 1:57:41 PM UTC-5, Christian Hammond wrote:
>
> Hi Jacob,
>
> These are all great ideas. The first and last are ones I've given some
> thought to, but haven't been in a position to work on yet.
>
> We're working on
0.6.7-py2.6
On Monday, April 8, 2013 1:46:57 PM UTC-4, Christian Hammond wrote:
>
> Hi Chris,
>
> What version of the django_evolution module is installed?
>
> Christian
>
> --
> Christian Hammond - chi...@chipx86.com
> Review Board - http://www.reviewboard.org
> Beanbag, Inc. - http://www.beanb
Hi Chris,
What version of the django_evolution module is installed?
Christian
--
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com
On Mon, Apr 8, 2013 at 8:35 AM, Chris Eagan wrote:
> I attempted to perfom an upgrade
I attempted to perfom an upgrade of one of our ReviewBoard installations
and I have run into a problem. The first server upgraded fine, but this one
is not working. I folloed some of the recommendations in another post, but
I was not successful. Thank you for any help you can provide.
~$ s
You can download curl for windows here: http://curl.haxx.se/download.html
On Mon, Apr 8, 2013 at 1:34 PM, Robert Dailey wrote:
> I'm not on Linux, how can I get you what you want on Windows 7?
>
> On Fri, Apr 5, 2013 at 12:28 AM, Steven MacLeod
> wrote:
> > Hi Robert,
> >
> > Sorry for the dela
I'm not on Linux, how can I get you what you want on Windows 7?
On Fri, Apr 5, 2013 at 12:28 AM, Steven MacLeod wrote:
> Hi Robert,
>
> Sorry for the delay in response, this slipped by in my inbox.
>
> Could you please send me the output of:
>
> $ curl http://reviewboard.corp.good.com/api/rev
Dear All,
This is very critical, I am still not able to add SSL enabled perforce
repository to reviewboard, Please help me.
Since my machine was not having openssl 1.0.1, i need to build and install
this version of openssl.
I followed the instruction from document, downloaded openssl 1.0.1e
./c
I am using rb1.7.6 and ssh:// hg repo, and still found the auhentication is
ok based on ssh key when create repo in reviewboard, but when i upload diff
into review request, it still report as below error:
the file .. (revision ) was not found in the repository.
is rb still not working we
Chris, Gilles,
Bbased on this old discussion, is there update for this now?
is reviewbord working ok now for Mercurial repo of ssh:// repository URIs?
Jimmy
在 2011年5月20日星期五UTC+8上午12时39分01秒,Chris Toomey写道:
>
> Thanks Gilles. We'll look at switching the repository to http then.
>
> Chris
>
> O
23 matches
Mail list logo