Re: How to install old version of RB server

2015-06-23 Thread Noopur Sankhere


 Hi,


I am searching for the command to install ReviewBoard1.7.13 . Please let me 
know if easy_install ReviewBoard==1.7.13 will work correctly. I am using 
Fedora right now.

Actually I have multiple concerns.
1) Currently I have ReviewBoard1.7.13 installed on one machine. Now latest 
2.5 version has come and I want to upgrade on the same.

   For that I am doing experiment on another machine. If I directly upgrade 
my ReviewBoard from 1.7.13 to latest one using easy_install -U ReviewBoard 
command,I am afraid My site will get collapsed if any  unwanted change 
e.g. DB corruption or something else will happen.  

2) For above concern I am approaching this way. First I will install older 
version of ReviewBoard and then upgrade it on different machine. If 
everything goes right, then I will do same thing on my original machine.

Please let me know is this the correct way to do or I should install latest 
version of ReviewBoard directly. 

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to install old version of RB server

2012-09-10 Thread Stephen Gallagher
On Fri, 2012-09-07 at 14:06 -0700, Christian Hammond wrote:
 Hi,
 
 The problem you're hitting is that prior to a more recent-ish 1.6
 release, we weren't hard-coding specific versions of the packages we
 needed. We were saying XYZ or newer. Unfortunately, those packages
 are no longer backwards-compatible.
 
 If you really badly want 1.5.5, you'll need to get the correct
 versions of Django (1.1.3) and Djblets (0.6.7). There may be other
 specific packages you need, too.


One option would be to use the RHEL5/EPEL5 packages I provide in
http://fedoraproject.org/wiki/EPEL

RHEL5 is stuck on Django 1.1.x, so I can't upgrade ReviewBoard past
1.5.x on that stream. So that might be your easiest move.


-- 
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/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: How to install old version of RB server

2012-09-07 Thread Christian Hammond
Hi,

The problem you're hitting is that prior to a more recent-ish 1.6 release,
we weren't hard-coding specific versions of the packages we needed. We were
saying XYZ or newer. Unfortunately, those packages are no longer
backwards-compatible.

If you really badly want 1.5.5, you'll need to get the correct versions of
Django (1.1.3) and Djblets (0.6.7). There may be other specific packages
you need, too.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Wed, Sep 5, 2012 at 5:20 PM, CudaPrime cudapr...@gmail.com wrote:

 Hi, sorry to horn in on this thread, but I'm having a similar issue.
 I'm trying to install version 1.5.5 on a test machine so I can then
 upgrade it to the current version before doing so on my production machine.
 When I attempt to use the command you list, easy_install ReviewBoard==1.5.5
 I get this output;
 #easy_install ReviewBoard==1.5.5
 Searching for ReviewBoard==1.5.5
 Best match: ReviewBoard 1.5.5
 Processing ReviewBoard-1.5.5-py2.4.egg
 Removing ReviewBoard 1.5.5 from easy-install.pth file
 Adding ReviewBoard 1.5.5 to easy-install.pth file
 Installing rb-site script to /usr/bin
 Installing rbssh script to /usr/bin

 Using /usr/lib/python2.4/site-packages/ReviewBoard-1.5.5-py2.4.egg
 Processing dependencies for ReviewBoard==1.5.5
 Searching for Djblets=0.6.7
 Reading http://downloads.reviewboard.org/mirror/
 Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.5/
 Reading http://pypi.python.org/simple/Djblets/
 Reading http://www.review-board.org/wiki/Djblets
 Reading http://downloads.review-board.org/releases/Djblets/0.6/
 Reading http://downloads.review-board.org/releases/
 Reading http://www.reviewboard.org/wiki/Djblets
 Reading http://downloads.reviewboard.org/releases/Djblets/0.7/
 Reading http://downloads.reviewboard.org/releases/Djblets/0.6/
 Reading http://downloads.review-board.org/releases/Djblets/0.5/
 Best match: Djblets 0.7.1
 Downloading
 http://downloads.reviewboard.org/releases/Djblets/0.7/Djblets-0.7.1.tar.gz
 Processing Djblets-0.7.1.tar.gz
 Running Djblets-0.7.1/setup.py -q bdist_egg --dist-dir
 /tmp/easy_install-PZQMbC/Djblets-0.7.1/egg-dist-tmp-MFddqC
 Traceback (most recent call last):
   File ./contrib/internal/build-media.py, line 18, in ?
 ret = call_command('collectstatic', interactive=False, verbosity=2)
   File
 /usr/lib/python2.4/site-packages/django/core/management/__init__.py, line
 153, in call_command
 klass = load_command_class(app_name, name)
   File
 /usr/lib/python2.4/site-packages/django/core/management/__init__.py, line
 68, in load_command_class
 return module.Command()
   File
 /usr/lib/python2.4/site-packages/django/contrib/staticfiles/management/commands/collectstatic.py,
 line 41, in __init__
 self.storage = get_storage_class(settings.STATICFILES_STORAGE)()
   File /usr/lib/python2.4/site-packages/django/core/files/storage.py,
 line 265, in get_storage_class
 raise ImproperlyConfigured('Error importing storage module %s: %s' %
 (module, e))
 django.core.exceptions.ImproperlyConfigured: Error importing storage
 module pipeline.storage: No module named pipeline.storage
 Traceback (most recent call last):
   File /usr/bin/easy_install, line 7, in ?
 sys.exit(
   File
 /usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/setuptools/command/easy_install.py,
 line 1712, in main
 with_ei_usage(lambda:
   File
 /usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/setuptools/command/easy_install.py,
 line 1700, in with_ei_usage
 return f()
   File
 /usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/setuptools/command/easy_install.py,
 line 1716, in lambda
 distclass=DistributionWithoutHelpCommands, **kw
   File /usr/lib64/python2.4/distutils/core.py, line 149, in setup
 dist.run_commands()
   File /usr/lib64/python2.4/distutils/dist.py, line 946, in run_commands
 self.run_command(cmd)
   File /usr/lib64/python2.4/distutils/dist.py, line 966, in run_command
 cmd_obj.run()
   File
 /usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/setuptools/command/easy_install.py,
 line 211, in run
 self.easy_install(spec, not self.no_deps)
   File
 /usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/setuptools/command/easy_install.py,
 line 446, in easy_install
 return self.install_item(spec, dist.location, tmpdir, deps)
   File
 /usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/setuptools/command/easy_install.py,
 line 481, in install_item
 self.process_distribution(spec, dists[0], deps, Using)
   File
 /usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/setuptools/command/easy_install.py,
 line 518, in process_distribution
 distros = WorkingSet([]).resolve(
   File
 /usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/pkg_resources.py,
 line 563, 

Re: How to install old version of RB server

2012-09-05 Thread CudaPrime
Hi, sorry to horn in on this thread, but I'm having a similar issue.
I'm trying to install version 1.5.5 on a test machine so I can then upgrade 
it to the current version before doing so on my production machine.
When I attempt to use the command you list, easy_install ReviewBoard==1.5.5
I get this output;
#easy_install ReviewBoard==1.5.5
Searching for ReviewBoard==1.5.5
Best match: ReviewBoard 1.5.5
Processing ReviewBoard-1.5.5-py2.4.egg
Removing ReviewBoard 1.5.5 from easy-install.pth file
Adding ReviewBoard 1.5.5 to easy-install.pth file
Installing rb-site script to /usr/bin
Installing rbssh script to /usr/bin

Using /usr/lib/python2.4/site-packages/ReviewBoard-1.5.5-py2.4.egg
Processing dependencies for ReviewBoard==1.5.5
Searching for Djblets=0.6.7
Reading http://downloads.reviewboard.org/mirror/
Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.5/
Reading http://pypi.python.org/simple/Djblets/
Reading http://www.review-board.org/wiki/Djblets
Reading http://downloads.review-board.org/releases/Djblets/0.6/
Reading http://downloads.review-board.org/releases/
Reading http://www.reviewboard.org/wiki/Djblets
Reading http://downloads.reviewboard.org/releases/Djblets/0.7/
Reading http://downloads.reviewboard.org/releases/Djblets/0.6/
Reading http://downloads.review-board.org/releases/Djblets/0.5/
Best match: Djblets 0.7.1
Downloading 
http://downloads.reviewboard.org/releases/Djblets/0.7/Djblets-0.7.1.tar.gz
Processing Djblets-0.7.1.tar.gz
Running Djblets-0.7.1/setup.py -q bdist_egg --dist-dir 
/tmp/easy_install-PZQMbC/Djblets-0.7.1/egg-dist-tmp-MFddqC
Traceback (most recent call last):
  File ./contrib/internal/build-media.py, line 18, in ?
ret = call_command('collectstatic', interactive=False, verbosity=2)
  File 
/usr/lib/python2.4/site-packages/django/core/management/__init__.py, line 
153, in call_command
klass = load_command_class(app_name, name)
  File 
/usr/lib/python2.4/site-packages/django/core/management/__init__.py, line 
68, in load_command_class
return module.Command()
  File 
/usr/lib/python2.4/site-packages/django/contrib/staticfiles/management/commands/collectstatic.py,
 
line 41, in __init__
self.storage = get_storage_class(settings.STATICFILES_STORAGE)()
  File /usr/lib/python2.4/site-packages/django/core/files/storage.py, 
line 265, in get_storage_class
raise ImproperlyConfigured('Error importing storage module %s: %s' % 
(module, e))
django.core.exceptions.ImproperlyConfigured: Error importing storage module 
pipeline.storage: No module named pipeline.storage
Traceback (most recent call last):
  File /usr/bin/easy_install, line 7, in ?
sys.exit(
  File 
/usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/setuptools/command/easy_install.py,
 
line 1712, in main
with_ei_usage(lambda:
  File 
/usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/setuptools/command/easy_install.py,
 
line 1700, in with_ei_usage
return f()
  File 
/usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/setuptools/command/easy_install.py,
 
line 1716, in lambda
distclass=DistributionWithoutHelpCommands, **kw
  File /usr/lib64/python2.4/distutils/core.py, line 149, in setup
dist.run_commands()
  File /usr/lib64/python2.4/distutils/dist.py, line 946, in run_commands
self.run_command(cmd)
  File /usr/lib64/python2.4/distutils/dist.py, line 966, in run_command
cmd_obj.run()
  File 
/usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/setuptools/command/easy_install.py,
 
line 211, in run
self.easy_install(spec, not self.no_deps)
  File 
/usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/setuptools/command/easy_install.py,
 
line 446, in easy_install
return self.install_item(spec, dist.location, tmpdir, deps)
  File 
/usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/setuptools/command/easy_install.py,
 
line 481, in install_item
self.process_distribution(spec, dists[0], deps, Using)
  File 
/usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/setuptools/command/easy_install.py,
 
line 518, in process_distribution
distros = WorkingSet([]).resolve(
  File 
/usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/pkg_resources.py,
 
line 563, in resolve
dist = best[req.key] = env.best_match(req, self, installer)
  File 
/usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/pkg_resources.py,
 
line 799, in best_match
return self.obtain(req, installer) # try and download/install
  File 
/usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/pkg_resources.py,
 
line 811, in obtain
return installer(requirement)
  File 
/usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/setuptools/command/easy_install.py,
 
line 446, in easy_install
return self.install_item(spec, dist.location, tmpdir, deps)
  File 

Re: How to install old version of RB server

2012-08-10 Thread Yanchao
I think it's 
sudo sh setuptools-0.6c11-py2.7.egg reviewboard==VERSION_YOU_WANT
or
sudo easy_install  reviewboard==VERSION_YOU_WANT

Le mercredi 20 juin 2012 18:26:45 UTC+8, NSJ a écrit :

 Hi,

 I want to install Reviewboard version 1.6.1, but not the latest, Please 
 help me with the command to use.

 Regards,
 Nilesh 


-- 
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/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en