You are on page 1of 1

Post-Installation Notes

You have successfully installed the Subversion 1.6.12 universal binary for OS X Snow
Leopard (10.6). Please remember 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 ~/.profile:

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

If you plan on running an Apache-based Subversion server, you will also need to
prepend the DYLD_LIBRARY_PATH variable in /usr/sbin/envvars with
/opt/subversion/lib so that the Subversion libraries shipped with this binary are used
instead of those supplied by the operating system. Here is an example snippet of
what /usr/sbin/envvars might look like after making these changes:

...
DYLD_LIBRARY_PATH="/opt/subversion/lib:/usr/lib:$DYLD_LIBRARY_PATH"
...

You might also like