Can't install; FTP blocked

2012-01-20 Thread Laurent
Hi, I'm trying to install ReviewBoard on a new server here (at work). We must go through a proxy to access the outside, and direct FTP is blocked. I've been able to install most components by supplying an HTTP proxy to various tools, but I've hit a wall with P4PythonInstaller. >From looking at t

post-review won't post review requests

2012-03-06 Thread Laurent
post-review says: $ post-review ==> Review Board Login Required Enter username and password for Review Board at http://???.com/editing/ Username: Monte.Cristo Password: Unable to log in: HTTP 404 wget says: $ wget --post-data blah http://???.com/editing/api/json/accounts/login --2012-03-06 08:20

Re: post-review won't post review requests

2012-03-09 Thread Laurent
$ svn stat M . M tests/test1.txt laurent@LV-426:~/svn/???$ post-review --debug >>> svn info >>> diff --version >>> repository info: Path: svn+ssh://laurent1971@???.net/srv/svn/???, Base path: /, Supports changesets: False >>> svn propget reviewboa

ReviewBoard server on Windows

2012-04-17 Thread Laurent
Finaly, did anybody succeeded a windows installation of ReviewBoard server (linked to a MySql server and Subversion SCM) ? Thanks ! Laurent -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users

Re: Automate Review Board

2020-05-05 Thread Laurent M.
Well, you have several solution depending how complex you want it to be. 1. If you want something simple, easy and that is already provided via RBTools, use it (or it's API). Just call it from your own Python script, simple, easy, just build the command line/API call and execute it. 2. If you wa

ReviewBoard install on RHEL7, mod_wsgi and pyenv, any updated doc or process ?

2020-06-17 Thread Laurent M.
Good afternoon, As much as the install on CentOs went fine, the one in RHEL is just finding issue after issues, this is becoming a nightmare. I was wondering if anyone had it installed successfully and what version/setup/steps they were using. This is a small recap of my experience until now:

Re: Installation on Ubuntu 20.04

2020-09-02 Thread Laurent M.
home + '/bin/activate_this.py' execfile(activate_this, dict(__file__=activate_this)) Far to be complete, but I hope it will help. Laurent\ On Wednesday, September 2, 2020 at 7:45:28 AM UTC+2 vishal...@gmail.com wrote: > I see Ubuntu 20.04 comes with Python3 out of the box. > > Co

Re: wsgi issue in 5.0.4

2023-04-18 Thread Laurent Marechal
, Laurent\ On Tue, Apr 18, 2023 at 8:29 PM Adam Weremczuk wrote: > Hi all, > > Trying to install on Debian 11 with Apache2 and MariaDB. > > After site installation and apache configuration the html doesn't render > and I'm getting: > > > > >

Re: Need some help with apache2 configuration...

2009-03-19 Thread Laurent Dufrechou
he warning >>ServerName 127.0.0.1 >> DocumentRoot /var/www/reviews/htdocs >> >> Done sudo /etc/apache2 restart >> >> But well nothing happens when i go to http://localhost/reviews/ >> >> Does any of us can give me a little idea to tr

RE: Cleartool missing + Svn access issue ?

2009-03-20 Thread Laurent Dufréchou
Hum yeah... I've set up a svn repos in the web interface. But I access it usually via svn:// (I never heard of Clear Case SCM until now :) ) > -Message d'origine- > De : reviewboard@googlegroups.com [mailto:reviewbo...@googlegroups.com] > De la part de Bartlomiej Celary > Envoyé : vendr

Re: Cleartool missing + Svn access issue ?

2009-03-20 Thread Laurent Dufrechou
ifiÚ est introuvable" > translate to in English? > > Christian > > -- > Christian Hammond - chip...@chipx86.com > Review Board - http://www.review-board.org > VMware, Inc. - http://www.vmware.com > > > > On Fri, Mar 20, 2009 at 10:07 AM, Laurent Dufréchou

Re: Cleartool missing + Svn access issue ?

2009-03-20 Thread Laurent Dufrechou
a property for svn. will come after some tries. Laurent 2009/3/20 Christian Hammond > The .reviewboardrc is needed for specifying which server to use, but really > this should be done through a property on the SVN server. See the docs in > the script for details on setting this up.

Re: Cleartool missing + Svn access issue ?

2009-03-20 Thread Laurent Dufrechou
lained about it. > > When you say the python(x,y) distribution, do you mean specifically the > Python installer on python.org, or are you using something like > ActiveState's Python install? > > Christian > > -- > Christian Hammond - chip...@chipx86.com > Review Board - htt

Re: Cleartool missing + Svn access issue ?

2009-03-20 Thread Laurent Dufrechou
ethong like reviewboardrc.conf. If you want I can modify the script to work under windows (with .conf + try catch for subprocess) and send it back to you. 2009/3/20 Laurent Dufrechou > More like an active state like: > http://www.pythonxy.com/foreword_fr.php > > I think this

Re: Cleartool missing + Svn access issue ?

2009-03-20 Thread Laurent Dufrechou
ally misuse the script as I launch it on a directory where there is nothing else, but well it should catch the exception I think. 2009/3/20 Laurent Dufrechou > By the way .reviewboardrc for the filename of config name is not good for > portability because under windows you can't '

Re: Cleartool missing + Svn access issue ?

2009-03-20 Thread Laurent Dufrechou
Yeah yeah for sure 2009/3/20 Gary M. Josack > > I'm going to guess you got that error because cleartool isn't installed. > > Laurent Dufrechou wrote: > > Just tested under linux got this execption: > > > > Traceback (most recent call last): &

Re: How post-review must be used?

2009-03-20 Thread Laurent Dufrechou
also tried to declare a review via the web interface >> sending it a .diff. >> But trying to see diff, it show me a blank page. So what, Snv repos >> declaration is misconfigured. If yes, where could I find a log to >> check this

Re: How post-review must be used?

2009-03-20 Thread Laurent Dufrechou
> In fact I've also tried to declare a review via the web interface >>> sending it a .diff. >>> But trying to see diff, it show me a blank page. So what, Snv repos >>> declaration is misconfigured. If yes, where could I find a log to >>> check thi

RE: Cleartool missing + Svn access issue ?

2009-03-20 Thread Laurent Dufréchou
, you can create a file with that name just fine on Windows. I just verified it. What are you seeing that' preventing it? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Fri, Mar 20, 2009 at 1:58 PM,

Re: Project Updates: Google Summer of Code, and new documentation

2009-03-23 Thread Laurent Dufrechou
Hi christian, The new docs is very very good. All problems I fall into, are easy to avoid with the new doc :) Laurent 2009/3/22 Christian Hammond > Hi everyone. > > I thought I'd let everyone know about two major things that have happened > this week. > > 1) We

Re: Review Board 1.5 Beta 2 Released

2010-05-13 Thread Laurent Nicolas
: __init__() takes at most 4 arguments (5 given) Exception Location: x/djblets/log/handlers.py in __init__, line 57 Not a big deal as I'm using 2.5, except on this test server I set up a long time ago. Thank you much Laurent On Thu, May 13, 2010 at 12:41 AM, Christian Hammond wrote:

Re: ReviewBoard with GIT

2010-07-11 Thread Laurent Nicolas
You can try adding -d to get debug information. Laurent On Sunday, July 11, 2010, Christian Hammond wrote: > Can you run with --output-diff and see if the result looks correct to you? > > Christian > > On Friday, July 9, 2010, Sapna Vempati wrote: >> Thanks Christian

Re: Error uploading diff: One or more fields had errors (105) - Errors during command execution( "p4 login" )

2010-07-11 Thread Laurent Nicolas
Depending on your P4 installation, you may need to make sure the password field is empty. Laurent On Thu, Jul 8, 2010 at 10:37 PM, Chidambar Kulkarni wrote: > Tried setting these variables but no luck. :( > > Please help!!! > > On Wed, Jul 7, 2010 at 12:19 AM, Dana Lacoste

Re: Can't create review request using svn: svn diff returned 2

2011-09-22 Thread Laurent Vanboquestal
Well, it is working well if I am create a review based on the trunk + local modif But if I use --revision-range=rev_id I never manage to get it work On Mon, Sep 19, 2011 at 8:35 PM, Christian Hammond wrote: > Hi, > > This is an error with your SVN repository. Review Board isn't involv

Review of some files

2012-01-23 Thread Laurent Vanboquestal
ot supported under svn? I saw some patch but for previous version ... It doesn't seem to be fixed in rbtools 0.3.4? Thanks a lot for your support, Laurent -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at ht

Problem with Active Directory

2012-01-31 Thread Laurent Vanboquestal
working" but it stays in the login page? with incorrect error message? What's wrong? Thanks for your support, Laurent -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://

ClearCase and ReviewBoard setup : Any pointer, best practice or setup instruction ?

2019-08-19 Thread Laurent M.
Good morning, I've setup RB with Git with no issue, but when trying with ClearCase, that did not went well. I understand the current integration is done by the community. Looking at old messages (both in forum, review and bugtracking) did not really help. I was wondering if there are any kin

Re: ClearCase and ReviewBoard setup : Any pointer, best practice or setup instruction ?

2019-08-20 Thread Laurent M.
x27;s now working. Creating review with base CC is working fine, now I'll check with UCM. Thanks again. On Monday, August 19, 2019 at 6:32:25 PM UTC+2, Laurent M. wrote: > > Good morning, > > I've setup RB with Git with no issue, but when trying with ClearCase, that