I'm confused. If you had a previous installation, why were you using 'rb-site install'? Upgrades should use 'rb-site upgrade'
If easy_install with == isn't changing the active version, you can try deleting the 1.7.27 .egg directory from the python site-packages directory. On Fri, Aug 29, 2014 at 1:30 PM, Ran <[email protected]> wrote: > No luck. > Yes I did create a seperate site directory for the 1.7.27, called it > /var/www/review27, thats been deleted. > ran easy_install with the command line 'easy_install ReviewBoard==1.7.6' > then also ran 'rb-site install /var/www/reviewboard', > then tried 'easy_install ReviewBoard-1.7.6-py2.6.egg' and 'rb-site > install /var/www/reviewboard' > > Getting similar error, in that it still remembers 1.7.27: > /var/www/review27/htdocs/media/uploaded/images > is missing > > So same question, > where is the path info of 1.7.27 version saved to? > How does it keep remembering I had run easy_install on 1.7.27? > > thanks for helping. > > > > On Thursday, August 28, 2014 2:52:21 PM UTC-5, David Trowbridge wrote: > >> Probably the issue is that your site-packages directory is pointing >> towards 1.7.27 as the latest. You should be able to run 'easy_install >> ReviewBoard==1.7.6' to fix that. >> >> Was 1.7.6 already set up with a different site directory? >> >> -David >> >> >> On Thu, Aug 28, 2014 at 7:34 AM, Ran <[email protected]> wrote: >> >>> Hello, >>> I am trying to revert back to Reviewboard 1.7.6, >>> I have both 1.7.6 and 1.7.27 installed and was able to swap between >>> them until I ran >>> rb-site install /var/www/reviewboard >>> Now its stuck on page "Review Board version mismatch" and says to run >>> rb-site upgrade >>> >>> Where is the history of version 1.7.27 stored so I can remove it. >>> >>> reviewboard: 1.7.6 >>> rbtools: 0.5.0 >>> python: 2.6 >>> os: rhel 6 >>> MySQL >>> >>> Thanks. >>> >>> -- >>> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ >>> --- >>> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ >>> --- >>> Happy user? Let us know at http://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 [email protected]. >>> >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- > Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ > --- > Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ > --- > Happy user? Let us know at http://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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://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 [email protected]. For more options, visit https://groups.google.com/d/optout.
