Readme
==================================================
Subversion 1.6.6 Universal binaries for Mac OS X
32 and 64 bit
Release date: October 22, 2009
==================================================

Installation Notes
As part of this installation, any Subversion installation found at 
/opt/subversion will be backed up to the location documented in 
the Important Locations section.  Once installed, you will need 
to prepend /opt/subversion/bin to your PATH environment variable.  
This can be done a multitude of ways but an easy one is to add the 
following to the end of /etc/profile or ~/.profile:

export PATH=/opt/subversion/bin:$PATH

Uninstallation Notes
To uninstall the Subversion 1.6.6 Universal binary, just remove 
the /opt/subversion directory and remove the 
/Library/Receipts/Subversion-1.6.6.pkg directory.

Important Locations
The following are installation locations that you should be aware of:

	/opt/subversion/bin: This is where the Subversion 
	executables will be installed.
	/opt/subversion/include: This is where the 
	Subversion headers, and the headers of its dependencies, 
	will be installed.
	/opt/subversion/lib: This is where Subversion 
	and it's dependency libraries will be installed.
	/opt/subversion/lib/svn-apache: This is where 
	the Subversion Apache modules will be installed.
	/opt/subversion/lib/svn-javahl: This is where 
	the Subversion Java bindings (JavaHL) will be installed.
	/opt/subversion/lib/svn-perl: This is where the 
	Subversion Perl bindings will be installed.
	/opt/subversion/lib/svn-python: This is where the 
	Subversion Python bindings will be installed.  (SWIG and ctypes based)
	/opt/subversion/lib/svn-ruby: This is where the 
	Subversion Ruby bindings will be installed.
	/opt/subversion/man: This is where the Subversion 
	and it's dependency man pages will be installed.
	/opt/subversion_backup.MMDDYYHHMMSS: This is where 
	the Subversion installer will move any files that needed to be "overwritten".

Bindings Installation
Only the JavaHL bindings are installed on your behalf.  Other bindings 
require that you manually install the bindings.

Binding Versions
Below are the version numbers of the included language bindings:

Java 1.2
Perl 5.8
Python 2.5
Ruby 1.8

Build Versions
Below is the list of libraries used to build the software installed:

Apache 2.2.8
APR 1.3.8
APR-UTIL 1.3.9
Cyrus SASL 2.2
Berkeley DB 4.5.20
Neon 0.28.6
Serf 0.3
SQLite 3.6.17
Subversion 1.6.6

Important Links
The following is a list of useful links for Subversion:

	http://subversion.tigris.org: Subversion homepage.
	http://subversion.tigris.org/faq.html: Subversion FAQ.
	http://subversion.tigris.org/links.html: Huge list of 
	important links related to anything from developer documentation to known 
	Subversion clients.
	http://subversion.open.collab.net: Subversion 
	community sponsored by CollabNet.
	http://svnbinaries.open.collab.net: Community project 
	where this binary is currently developed.
	http://svnbook.red-bean.com: "Version Control 
	with Subversion" book.

Subversion Universal Maintainer Information
Name: Jeremy Whitlock
Email: jwhitlock@collab.net