Re: reviewboard link with Gitblit set up issue

2013-03-11 Thread 李海梅
When I add a new git repo, server log gives me : "Git: Failed to find valid repository http://csit-git.corp.webex.com/git/SBP/webexBRM.git: (gnome-ssh-askpass:32689): Gtk-WARNING **: cannot open display:" And I use this command on reviewboard server: unset SSH_ASKPASS And then, I save again. It d

Re: Facing issue with ReviewBoard 1.7.5

2013-03-11 Thread satish singh
Hi Sir, I am trying to create a staging environment to get the look and feel of Reveiwboard 1.7.5 and try to have some experience before migrating from Review Board 1.6.3 to 1.7.5. To find the challenges in the migration... Its a development server. On Tuesday, 12 March 2013 00:47:42 UTC+5:30,

Re: Getting mod_wsgi(reviewboard) and mod_php(wordpress) working on same servername but different path

2013-03-11 Thread Maliken
With a bit of tinkering I've found the solution: www.mysite.com (wordpress site loads correctly)(mod_php) www.mysite.com/reviewboard (reviewboard site loads correctly)(mod_wsgi) *Important* make sure you clear your browser cache every time you restart your apache server as I kept falling

Re: Use of subprocess.popen with sequence and shell=True is incorrect on linux, breaks clearcase.py

2013-03-11 Thread Jan Koprowski
We are aware of the problem. shell=True is necessery for windows compatilibty. This is known issue with Python 2.7.x. We are working on that. Thanks for your awareness, W dniu czwartek, 28 lutego 2013 15:06:46 UTC+1 użytkownik Jay Lawrence napisał: > > > > On Wednesday, February 27, 2013 5:29:5

Re: post-review --revision-range for clearcase uses ';' as separator not ':'

2013-03-11 Thread Jan Koprowski
Hi Jay, I believe someone broke this because I was pretty sure mu implementation used "os.separator" in that place. This is something which definitly must to be fixed. Thanks! W dniu piątek, 1 marca 2013 21:55:45 UTC+1 użytkownik Jay Lawrence napisał: > > My experimentation with ReviewBoard a

Getting mod_wsgi(reviewboard) and mod_php(wordpress) working on same servername but different path

2013-03-11 Thread Maliken
I'm trying to get my wordpress site as well as my reviewboard site working under the same domain name. Ex: www.mysite.com (this is where i host my wordpress site) www.mysite.com/reviewboard (this is where I want to host my reviewboard site) I can get one or the other to work depending

Re: one review, multiple repos

2013-03-11 Thread Christian Hammond
Hi Bob, No, there's no ability to do this today, and we have no immediate plans to implement it. I'd suggest just having two review requests, and reference each other in the description. There will be a feature in 1.8 to indicate that one review request depends on another in a more formal fash

one review, multiple repos

2013-03-11 Thread Bob Froehlig
Sorry if this has already been answered. Is it possible to create one review request with multiple repositories? Use case: modifying API and library code that are related but exist in different repos? Please send doc URLs as I'm happy to read up on it. If it's not possible, is it on the RB ro

Re: Error on 1.5 -> 1.7.1 upgrade: Model 'reviews.FileAttachmentComment' already has a field named 'extra_data'

2013-03-11 Thread Steve
I reported success with the new django-evolution in a different thread, but I'm replying again here just to get all the information in one place. The conversion of my 1.5 database to 1.7 took a long time - possibly hours. I monitored it for about an hour and then just left it for the weekend.

Re: Upgrading from ReviewBoard 1.0rc2.1

2013-03-11 Thread Christian Hammond
Hi Justin, In theory, you should be able to upgrade from a 1.0rc2.1 install. What you'd do is configure a new install to point to the same database, and do 'rb-site upgrade' on the database. You can start this off by creating a site (rb-site install), copying over your old site's settings_local.p

Re: Failure during rb-install

2013-03-11 Thread Christian Hammond
Hi, Review Board and Apache expect to live on some interface that will remain consistent. Best to give your IP a domain and make sure that's configured correctly, and then tell both Apache and Review Board to use it. For Review Board, you can just go into your admin UI and change it in General Se

Re: reviewboard link with Gitblit set up issue

2013-03-11 Thread Christian Hammond
You'd have to look at the process list and see if anything spawned. Could look to see if rbssh is running and stuck. It might be asking for input, which would indicate you don't have an SSH key set up correctly, or the key you have requires a password (which we don't support). Christian -- Chris

Re: Facing issue with ReviewBoard 1.7.5

2013-03-11 Thread Christian Hammond
Are you trying to do a development install (to actually write Review Board code), or a production install? You can't do the latter the way you're doing. You'll need to install an officially built package and follow our installation guide. Christian On Mar 11, 2013, at 6:12, satish singh wrot

Re: Review Board 1.6.3 - unable to create a new review

2013-03-11 Thread Christian Hammond
Hi, First of all, 1.6.3 is really old. You should start with a modern version. You didn't really give us enough info to be able to tell anything. Please give us as much information as you can about your setup, including the system (Linux distro, version), Review Board configuration, repository

Review Board 1.6.3 - unable to create a new review

2013-03-11 Thread gerin abraham
ReviewBoard Users, We are new joiners to ReviewBoard. We are unable to create a new Review request - it gives a page not found &see the below exceptions in the httpd error log. Any insight is truely appreciated. usr/lib64/python2.6/site-packages/mod_python/importer.py:32: DeprecationWarning: t

Upgrading from ReviewBoard 1.0rc2.1

2013-03-11 Thread justin . hayes
Hi there, At my office, a few of us have been using ReviewBoard 1.0rc2.1 for a few years without much complaint and recently had to upgrade the system it was running on. Needless to say, ReviewBoard wasn't too happy about this. We're desparately trying to resolve the situation so that we can e

Re: Facing issue with ReviewBoard 1.7.5

2013-03-11 Thread satish singh
Hi sir, Thanks for replying, I did a fresh RB1.7.5 installation, not the Review Board is UP but images and JS is not loading. Even though the paths seems to be correct. Logs: (RB1.7.5)bash-3.2$ python ./reviewboard/manage.py runserver 10.72.8.200 REVIEWBOARD_ROOT /u/satish3/envs/RB1.7.5/lib/py