Subversion Mac Os X Download Average ratng: 4,8/5 8237 votes

How to install / update SVN (Subversion) on Mac OS X. Below are the steps to install / update SVN (Subversion) on Mac OS X. Note: To compile and install SVN, you need Xcode with the Command Line Tools installed. Download the SVN Source. Th svnX open-source GUI client for Mac OS X provides support for most features of the standard svn client, including working with local working copies as well as a useful remote repository browser. It supports all Subversion versions from 1.4 through to 1.7 and is the best open-source GUI Subversion client for Mac OS.

After upgrading to Mountain Lion, I realized that subversion (svn) was missing. Since I happened to install a new version of eclipse I first thought the problem was with my eclipse install but after wasting way too much time trying to fix it in eclipse I realized my problem was somewhere else…

So here’s what I did to fix it. SVN is part of the Command Line Tools. To install them go to Downloads for Apple Developers. This requires an Apple Developer ID. Getting one is free and only requires an Apple ID which you should all already have.
There select Command Line Tools (OS X Mountain Lion) and download the DMG file (it’s about 110 MB). Then open the DMG file, double click on Command Line Tools (Mountain Lion).mpkg, just keep clicking Continue / Agree / Install.

An alternative is to install Xcode. You can download it from the Mac App Store. Once Xcode is installed, you can go the Preferences > Downloads > Command Line Tools and install them.
The downside of this method is that you have to install Xcode which is a waste of space (1.5 GB download and 3.3 GB install) unless you develop for Mac OS X or iOS. But if like me you have Xcode installed anyway…

Once you’ve installed the Command Line Tools, you can check whether SVN is installed and whether you have the right version (1.6.18) opening a Terminal and typing the following:

That’s it !

Update: Another way is to use Homebrew or MacPorts.

Mac Os X Iso Download For Virtualbox

With Homebrew installed, open a Terminal window and type the following:

If you get the following error:

You will need to type the following:

The replace the two lines with url and md5 by:

Save and rerun the install of subversion. If you get the following error message:

This means that your HomeBrew installation should be updated. It should fetch subversion 1.7.5 instead of 1.7.4. You can update it with the following command:

Then rerun the subversion install.

If the installation of subversion or an upgrade to a newer version gets stuck (this happens to me every time), with the following last line written to the console:

Just kill it with CTRL-C and restart it. In my case, it always gets stuck for hours the first time and works the second time…

After the install, you might see when running svn –version that it doesn’t say 1.7.5. This is because the new version is installed in /usr/local/bin and there is an older version in /usr/bin. If your PATH looks like this:

Then you’ll see the svn program in /usr/bin because it is before the /usr/local/bin in PATH. So you need to update your PATH so that /usr/local/bin comes before /usr/bin:

There add /usr/local/bin:

If you want to have a subversion integration in Eclipse, you’ll need the java bindings. To install them using Homebrew execute the following:

Universal means it will install both 32 and 64bit version (without this the java bindings will most probably not work fine). And the Java option tells Homebrew to additionally install the Java bindings.

If you’ve already installed subversion using Homebrew without the java bindings, you can just uninstall it and reinstall it with the bindings:

Download

If you get messages saying you need to first remove some packages, remove them, they will be reinstalled when installing subversion, e.g. I had to remove neon and serf:

After installing with the bindings, there will be some instructions about links to be created. It’s important to create these links. On my machine and with subversion 1.7.7, it said:

Unfortunately, on my machine the Eclipse integration still didn’t work… Until I noticed the instructed linked was not completely right:

So basically the link was created with the wrong them. So just had to do the following to solve the problem:

If like Julio, you have some error messages related to libpq.5.dylib having a wrong architecture, you can try the following:

This will find all occurrences of this library. On my machine, it found it there:

Checking the one in /usr/lib, you see that it’s a 64bit only library:

But the php library was both 32 and 64bit:

So you probably only need to replace the one in /usr/lib by this one:

If you still have problems when integrating svn with eclipse, please a have look at this post.

Mac Os Download Free

Note that I’ve written a new post to show how to handle multiple subversion version using brew.

Related posts:

'Enterprise-class centralized version control for the masses'

Welcome to subversion.apache.org, the online home of the Apache® Subversion® software project. Subversion is an open source version control system. Founded in 2000 by CollabNet, Inc., the Subversion project and software have seen incredible success over the past decade. Subversion has enjoyed and continues to enjoy widespread adoption in both the open source arena and the corporate world.

Subversion is developed as a project of the Apache Software Foundation, and as such is part of a rich community of developers and users. We're always in need of individuals with a wide range of skills, and we invite you to participate in the development of Apache Subversion. Here's how to get started.

For helpful hints about how to get the most out of your visit to this site, see the About This Site section below.

Our Vision ¶

Subversion exists to be universally recognized and adopted as an open-source, centralized version control system characterized by its reliability as a safe haven for valuable data; the simplicity of its model and usage; and its ability to support the needs of a wide variety of users and projects, from individuals to large-scale enterprise operations.

News ¶

2020-05-27 — Apache Subversion 1.14.0 Released ¶

We are pleased to announce the release of Apache Subversion 1.14.0. This is the most complete Subversion release to date, and we encourage users of Subversion to upgrade as soon as reasonable. Please see the release announcement, press release, and the release notes for more information about this release.

To get this release from the nearest mirror, please visit our download page.

2020-02-27 — Celebrating 20 Years of Subversion ¶

The very first CVS commit in what would become Apache Subversion was recorded on a very special Leap Day, 29 February 2000.

This year, celebrate with us as we mark Subversion's 20th Anniversary. Read the Press Release and join our community in writing the next chapter of the Subversion story.

2019-07-31 — Apache Subversion Security Advisory¶

The recent releases of Apache Subversion 1.12.2, 1.10.6, 1.9.12, contain fixes for two security issues, CVE-2018-11782 and CVE-2019-0203. These issues affect Subversion 'svnserve' servers only. We encourage server operators to upgrade to the latest appropriate version as soon as reasonable. Please see the release announcements for more information about the releases.

To get the latest release from the nearest mirror, please visit our download page.

[Click here to see all News items.]

About This Site ¶

This website is the central source of information about Subversion and the community which gives it life. Here, you'll find resources that are useful to existing and potential Subversion users and developers alike. Want to read about Subversion's features? Need to download the latest Subversion release? Perhaps you've thought of a great enhancement and you're wondering how to share the idea with the developers? This site will help you do all that.

Who is this site not aimed at? Well, there are many third-party tools which exist as part of the greater Subversion ecosystem, but aren't part of the core project itself. Subversion clients such as TortoiseSVN, or Subversion's integrations into various IDE's such as Eclipse and NetBeans, or the pure Java implementation of Subversion called SVNKit — these are all valuable pieces of the Subversion story, but each is managed as its own project outside of the core Subversion offering. This site really isn't so much about those projects.

The sections below provide a high-level overview of how this website is organized, making reference to the navigation menu you should find on the left-hand side of each page of the website.

The 'About Subversion' Section ¶

Subversion

The 'About Subversion' section of the website is Information Central. You can read the latest Subversion News, learn about Subversion's rich set of Features, and consult various sources of Documentation about Subversion and the processes that govern that interactions of the Subversion community. There's a Frequently Asked Questions (FAQ) page, as well as some forward-looking material in the form of a feature Roadmap.

The 'Getting Subversion' Section ¶

Learning about Subversion is great, but the real fun is in applying that knowledge. The 'Getting Subversion' section of the website is all about making sure Subversion finds it way into your hands. This community releases source code archives of the various Subversion versions, which you can get via the Source Code menu. (That's also a good place to look for instructions on checking out Subversion's source code from the repository in which it lives.) But if you'd rather not deal with building Subversion yourself, there are a number of places where you can get precompiled Binary Packages of Subversion, built for various platforms.

The 'Community' Section ¶

The other sections of the website are primarily about getting — the 'Community' section is where you interact and give. Here, you'll learn about the Mailing Lists where Subversion-related discussions occur and about the Issue Tracker where bugs and enhancement requests are reported. We'll tell you about the various ways you can be Getting Involved with the project.

The 'About the ASF' Section ¶

The rest of this site is about Subversion — but Subversion doesn't operate in a vacuum. It is part of the Apache Software Foundation (ASF), which — in addition to the servers that run this site and our mailing lists — provides financial, technical, and legal backing. The 'About the ASF' section contains links that relate to the the Foundation as a whole. It lists our sponsors and allows you to donate if you wish.

Coments are closed
Scroll to top