Macports: downgrading subversionΒΆ

Tags: python, plone

(Credits for figuring it out go to colleague Fred van Dijk.)

Subversion 1.5 (the latest one) wreaks havoc in combination with python's setuptools. Accidentally I upgraded my macports subversion by upgrading a different package. And I could not find a way do get my 1.4 back. Fred found out how to downgrade something, assuming you have an older version still around.

  • sudo port installed | grep subversion

That gives you something like:

  subversion @1.4.5_0
  subversion @1.4.6_0
  subversion @1.5.0_1 (active)

  • sudo port deactivate subversion @1.5.0_1
  • sudo port activate subversion @1.4.6_0

Now subversion is back at trusty old 1.4.

One thing we don't know yet: how to find a list of available ports? Can you still download an older version of a port somewhere? Is there a list? Please comment if you know :-)

 
vanrees.org logo

About me

My name is Reinout van Rees and I work a lot with Python (programming language) and Django (website framework). I live in The Netherlands and I'm happily married to Annie van Rees-Kooiman.

Weblog feeds

Most of my website content is in my weblog. You can keep up to date by subscribing to the automatic feeds (for instance with Google reader):