how to install old port subversion in tbz2?

Joshua Root jmr at macports.org
Mon Oct 17 09:03:26 PDT 2011


On 28164-7-23 05:59 , Giovanni Azua wrote:
> Hello,
> 
> After doing "upgrade outdated" got an unwanted update to Subversion 1.7.0 and this screwed my ecosystem with Eclipse (since the Eclipse SVN plugin uses still the old 1.6.x format and there is no 1.7.0 ready) Before researching anything I tried uninstalling all Subversion port versions and tried to install the 1.6.x explicitly but this didn't work (I didnt know I cant install specific versions ... this is quite a limitation!). At this point I realized I could have just switched the active one but was already too late. 
> 
> Now I have the subversion-1.6.17_1.darwin_11.x86_64.tbz2 file and I just want to install it.
> 
> How can I do that?

You also need a corresponding .rmd160 signature, generated with a
private key whose public counterpart is listed in pubkeys.conf. With
that in the same folder as the archive, you should be able to install by
specifying an appropriate porturl:

sudo port install file:///path/to/archive.tbz2

Or you could just follow the instructions Daniel linked to.

- Josh


More information about the macports-users mailing list