Subversion Mac Os X Download

Posted By Quentin Carnicelli on August 15th, 2004

We’ve spent the last week or so moving all our projects into a Subversion repository. This was a rather big development move for us, so I spent a fair amount of time researching Subversion, and more specifically, Subversion on MacOS X. The basics of Subversion have been pretty well covered by everyone else, but OS X specific Subversion material is a bit lacking. So I took some notes during the entire setup process, and present them here.

Subversion Basics:
Adam Swift wrote a good set of instructions for installing Subversion, both client and server on OS X. It covers all the standard ways of installing Subversion on OS X.

For actually using Subversion, one has to look no further then Version Control with Subversion, available in both download and dead-tree formats. It really covers everything quite throughly, and is worth reading cover-to-cover if you have the time. There’s a section for CVS users in the back, if you are switching.

Subversion and MacOS X 10.2:
It seems that all the pre-built copies of Subversion, are 10.3-only builds. For various reasons, we still do our development work on 10.2 (thats a story for another post). It also seems that nobody else has documented how to build Subversion for 10.2. So after a bit of experimenting I came up with this script that will successfully build Subversion 1.0.6 on 10.2. We had trouble with building 1.1.0rc1, so we are sticking with 1.0.6 until 1.1.0 is officially done (“real soon now” they say).

Subversion and older Interface Builder:

Subversion, sometimes called SVN, is an open-source system that remembers every change made to your files and directories. It can be helpful if you'd like to track how your documents have changed over time or to recover an older version of a file. Start at Step 1 for detailed instructions for installing Subversion on Mac OS X. Versions' award winning interface lets you unravel any Subversion project in seconds. Collaborate seamlessly on multiple projects and enjoy the full power of a simple to use version control system. Easily revert to previous versions of artwork.

Old versions of Interface Builder (pre Xcode 1.2) don’t play well with Subversion. They will either delete Subversion’s “.svn” directories, issue “read-only nib file” errors, or do both.

There are oldworkarounds for some of these problems, but nothing that was complete for our working environment.

So, inspired by SubversionPalette (which was inspried by OmniCVSPalette), I wrote SVNPalette. Just download it and drop it into /Develop/Palettes or ~/Library/Palettes, and all older copies of Interface Builder will then behave toward Subversion as they should (that is, completely transparently).

Subversion and OS X specific configuration
Although it isn’t well documented, there are some client side Subversion configuration settings that can make svn nicer. They are stored in: ~/.subversion/config. Here is the interesting part of my configuration file:


[miscellany]
global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store *.pbxuser build
enable-auto-props = yes

[auto-props]
*.pbxuser = svn:mime-type=application/octet-stream

The “global-ignores” line is the default global-ignores, with the addition of “*.pbxuser” and “build”. This keeps pbxuser files and build folders out of the results of “svn status”, where they are just clutter.

The three auto-props lines make sure that pbxuser files are always marked as binary, they default to being treated as text otherwise. This is a way of fully automating Bill Bumgarner’s original solution for pbxuser files.

Fancy OS X-only Subversion tools:
If you are using OS X 10.3 (which I suspect just about all of you are), there are a few handy Subversion tools avaliable: svnX and SCPlugin.

Subversion

svnX is a very impressive Subversion graphical frontend. It won’t save you from having to learn the Subversion command-line interface, but for a lot of everyday browsing tasks, it is quite nice.

SCPlugin is a Finder plugin that lets you issue Subversion commands on your working copy directly in the Finder. It also adds nifty status badges to the file and folder icons in your working copy.

SvnX is a straightforward application that makes it as easy as possible for you to work with SVN repositories on a Mac. The Repository Inspector and the Copy Inspector make working with copies a little easier. One of SvnX’s most important features is the comprehensive Repository Inspector, that enables. Download SlikSVN Windows client. SVN 1.12.0, 32 bit SVN 1.12.0, 64 bit. We provide a standalone command-line Subversion client for Windows. The installer contains all command line tools (svn, svnadmin, svnsync, svnserve, svnmucc) but no application bindings nor Apache modules. The tools are fully side-by-side compatible with other packages. SVN Cleaner 1.1.0 A tool for removing all.svn directories; Agent SVN 2.71 Integrate Subversion with Visual Studio. Remote Display Client (Mac) 1.0.1 Extend/mirror a desktop on networked PC/Macs. VpnTraffic VPN client for Mac V1.0 Establish a VPN connection to 35+ VPN servers.

Find packages for your operating system:

Centos Linux Debian Linux Fedora Linux FreeBSD HP-UX NetBSD OpenBSD openSUSE Mac OS X Red Hat Linux Solaris SUSE Linux Ubuntu Linux Windows

The Apache Subversion project does not officially endorse or maintain any binary packages of the Subversion software. However, volunteers have created binary packages for different distributions and platforms, and as a convenience, we maintain a list of links to them here. If there are any problems with or questions about the different binary packages please send email to the Subversion users mailing list.

Note that binary packages usually come out about a week after the corresponding source release. Please don't post to the mailing lists asking when a binary package for a given platform will be ready. The packagers already know when new source releases come out, and work as fast as they can to make binaries available.

Binaries are typically built from the latest stable release.

Note also that this list does not include distributions of larger collections of software of which Subversion is but one piece. Several vendors offer such things, but we concern ourselves primarily with Subversion itself. As such, the listing here is limited to those packages which may be reasonably considered binary distributions of Apache Subversion alone. If you are looking for more widely scoped, Subversion-related value-add offerings, we trust that ${YOUR_FAVORITE_SEARCH_ENGINE} can facilitate that for you.

Centos Linux ¶

  • CentOS project (client and server)

  • CollabNet (supported and certified by CollabNet; requires registration)

  • WANdisco (supported and certified by WANdisco; requires registration)

Debian Linux ¶

  • Debian Project (maintained by Debian Project; client and server; svnserve is part of the subversion package, mod_dav_svn is in the separate libapache2-mod-svn package (formerly libapache2-svn))

  • WANdisco (supported and certified by WANdisco; requires registration)

Fedora Linux ¶

FreeBSD ¶

HP-UX ¶

Svn Client Windows

  • HP Porting Centre (maintained by Connect Internet Solutions Ltd.)

NetBSD ¶

OpenBSD ¶

  • OpenBSD Project (client and server; svnserve is part of the subversion package, mod_dav_svn is in the separate ap2-subversion package) /kindle-reader-mac-download-free/.

openSUSE ¶

  • Part of the the standard distribution. svnserve is part of the subversion package, mod_dav_svn is in the separate subversion-server package.

  • Community packages are available from the openSUSE project, also for the 1.8 series of releases.

Subversion mac os x download pc

Mac OS X ¶

  • An old version of Subversion is shipped with MacOS X. See the open source section of Apple's web site for more information.

  • Fink (requires Fink; maintained by Christian Schaffner)

  • MacPorts (requires MacPorts)

  • WANdisco (client and server; supported and certified by WANdisco; requires registration)

Red Hat Linux ¶

Svn Client Download For Mac Windows 7

  • Red Hat (client and server)

  • CollabNet (supported and certified by CollabNet; requires registration)

  • WANdisco (supported and certified by WANdisco; requires registration)

Solaris ¶

Tortoisesvn Client For Mac Free Download

  • WANdisco (supported and certified by WANdisco; requires registration)

SUSE Linux ¶

Free Svn Client For Mac

Subversion Mac Os X Downloads

  • On SUSE Linux Enterprise: Enable the SDK. svnserve is part of the subversion package, mod_dav_svn is in the separate subversion-server package.

  • Community packages are available from the openSUSE project, also for the 1.8 series of releases.

  • WANdisco (supported and certified by WANdisco; requires registration)

Mac Os X Download Iso

Ubuntu Linux ¶

Mac Svn Tool

  • Ubuntu Packages (maintained by Ubuntu Project; client and server; svnserve is part of the subversion package, mod_dav_svn is in the separate libapache2-svn package)

  • WANdisco (supported and certified by WANdisco; requires registration)

Install Subversion Mac

Windows ¶

Mac Subversion Client

  • CollabNet (supported and certified by CollabNet; requires registration)

  • SlikSVN (32- and 64-bit client MSI; maintained by Bert Huijben, SharpSvn project)

  • TortoiseSVN (optionally installs 32- and 64-bit command line tools and svnserve; supported and maintained by the TortoiseSVN project)

  • VisualSVN (32- and 64-bit client and server; supported and maintained by VisualSVN)

  • WANdisco (32- and 64-bit client and server; supported and certified by WANdisco; requires registration)