Written by Philipp on 2013-08-01
Downgrading Subversion from 1.8 to 1.7 in MacPorts
Snippets . Toolingbash-3.2# cd /tmp bash-3.2# svn co http://svn.macports.org/repository/macports/trunk/dports/devel/subversion --revision 108493
A subversion/files A subversion/files/patch-Makefile.in.diff A subversion/files/patch-osx_unicode_precomp.diff A subversion/files/config_impl.h.patch A subversion/files/servers.default A subversion/Portfile Ausgecheckt, Revision 108493.
bash-3.2# cd subversion/ bash-3.2# port install
---> Computing dependencies for subversion ---> Fetching archive for subversion ---> Attempting to fetch subversion-1.7.10_1.darwin_12.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/subversion ---> Attempting to fetch subversion-1.7.10_1.darwin_12.x86_64.tbz2.rmd160 from http://mse.uk.packages.macports.org/sites/packages.macports.org/subversion ... ---> Scanning binaries for linking errors: 100.0% ---> No broken files found.
bash-3.2# port installed subversion
The following ports are currently installed: subversion @1.7.10_1 subversion @1.8.1_1 (active)
bash-3.2# port activate subversion @1.7.10_1
---> Computing dependencies for subversion ---> Deactivating subversion @1.8.1_1 ---> Cleaning subversion ---> Activating subversion @1.7.10_1 ---> Cleaning subversion
Related
20 comments
Leave a ReplyCancel reply
Archives
- August 2025
- November 2023
- February 2023
- January 2023
- April 2020
- January 2018
- December 2017
- May 2017
- February 2016
- September 2015
- December 2014
- August 2014
- June 2014
- March 2014
- February 2014
- September 2013
- August 2013
- July 2013
- November 2012
- October 2012
- September 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- August 2011
- July 2011
- June 2011
- May 2011
- January 2011
- August 2010
- July 2010
- June 2010
- May 2010
- January 2010
- November 2009
- October 2009
- September 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- September 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
I was getting a “Library not loaded: /opt/local/lib/libserf-1.0.dylib” error when trying to run svn 1.7 after doing this, so found i also had to do:
sudo port activate serf1 @1.2.1_0
(having done “port installed | grep serf” to check what was installed)
Hope that helps someone…
…and thanks for the article (i meant to add 🙂
You are right.
You also need to downgrade / activate an older version of serf1:
> svn co http://svn.macports.org/repository/macports/trunk/dports/www/serf1 –revision 108607
> cd serf1
> sudo port install
> sudo port installed | grep serf
< serf0 @0.7.2_0 (active)
< serf1 @1.2.1_1 (active)
< serf1 @1.3.0_0
If 1.2.1 is not active, you should do a:
> sudo port activate serf1 @1.2.1_1
I was spending all day on this. Actually, the bit in the comments about serf1 is what did the trick for me. Thanks!
Thank you for your great help. One more question: I have to downgrade to svn 1.7 to get git-svn working again. For that I have to downgrade subversion-perlbindings-5.12. I allready did
svn co http://svn.macports.org/repository/macports/trunk/dports/devel/subversion-perlbindings –revision 108493
and installed it, but now I have
subversion-perlbindings @1.7.10_0 (active)
subversion-perlbindings-5.12 @1.8.3_2 (active)
Can you tell me how to downgrade perlbindings-5.12? (I’m quite new to this advanced use of MacPorts) …
Hi Stefan,
so i guess a
Gave you the output you just showed in your comment?
Should then active the correct perlbinding for Subversion 1.7.10.
Could you post the error message you get if you try to run git-svn?
Hello Philipp and Co.
I found this short blog entry very helpful after MacPorts automagically upgraded my SVN client from 1.7.x to 1.8.x.
In addition to downgrading the SVN client, you may also need to downgrade the JavaHL bindings project from 1.8.x to 1.7.x to use Subclipse with the Eclipse IDE.
# Downgrade SVN client from 1.8.x to 1.7.x
% cd /tmp
% svn co http://svn.macports.org/repository/macports/trunk/dports/devel/subversion-javahlbindings –revision 106629
% sudo port install
% sudo port activate subversion-javahlbindings @1.7.10
# Confirm Active SVN Java HL Bindings
$ sudo port installed subversion-javahlbindings | grep active
subversion-javahlbindings @1.7.10_0 (active)
I hope this helps the next group of readers.
Regards,
Tim
I just wanted to say thanks (also to johnny B)! I took me < 5 minutes to downgrade the package.
Thanks. As a JetBrains IDE user, this was a life-saver.
Glad i commented on this and have been getting the comment emails – macports just did it again (did port upgrade outdated – oops) so needed the instructions again – thanks Philipp once more!)
I found another method, that seems to survive an “upgrade outdated”.
You need to create your own local ports folder with the previoues verson of Portfiles.
To do so, create a Folder with your Portfiles:
Add this Repository to your ports sources:
Imports: Your Repository has to be first in this file.
Create the Folder for your Port Groups (subversion => devel, serf1 => www):
Now checkout your SVN Revisions:
Index the Folder for Port:
Install your Ports as before.
I did then a
And got:
Wow, that’s involved (but thanks!)
I think there should be an easier way – i found:
port upgrade outdated and not subversion
saves subversion from being upgraded, and
port upgrade outdated and not serf1
is ok for the serf1 thing, but i couldn’t make it work for both at the same time. You can leave out the upgrade command to test or course…
port outdated and not subversion and not serf1
port outdated and not \(serf1 or subversion\)
and various other combinations either list one or the other or don’t seem to return (for ages)
Any better ideas anyone?
TIA
Sorry for the lack of formatting – how do you do those code blocks here? 😉
I guess excluding some Port Files from the update is okay if you just have some… if you have a lots of them, you either save your command somewhere or just use your own Port Folder.
Just do a <pre> your code </pre> :-).
You can probably use the newer version of serf, too, if you force a build from source, instead of getting a binary download of the subversion package. To do that, run port -s install instead of port install (no guarantee this works, though).
For the subversion-perlbindings package, run port install — subport=subversion-perlbindings-5.12 to get the 5.12 version of that. Installing the “subversion-perlbindings” port itself will actually only install a readme file saying this is a stub port.
That’s port install DASH DASH subport=subversion-perlbindings-5.12. Unfortunately the blog software mangled this part into an emdash.