- Overview
-
Getting Started
- What is Adium?
- Installing
-
Accounts
- Creating Accounts
- Personal Settings
-
Contacts
- Managing Contacts
- Managing Groups
- Combining Contacts
- Blocking/Privacy
-
Chatting
- Fonts & Colors
- Message Tabs
- Chat Transcripts (Logs)
-
Advanced Features
- Voice & Video Chat
- File Transfer
- Direct Connect
-
Support
- Troubleshooting
- FAQ
- Bug Reports
- Feature Requests
- Contact Us
-
Development
- Contributing to Adium
- Getting the Code
- Contributing Code
- Following Development
- Sparkle Statistics
- Adium Sponsors
Getting Subversion
Prerequisites
Before you begin, make sure you have the Xcode Developer Tools installed. If you don't, you can download them for free from the Apple Developer Connection website.
Note for Leopard Users
If you are running on Leopard (Mac OS X 10.5), subversion is already installed for you (as /usr/bin/svn).
Installing SVN on older versions of Mac OS X
For versions of Mac OS X prior to 10.5, there are multiple ways to get Subversion. Here are the 3 most popular on OS X:
The rest of this document will assume you chose the prepackaged installer. If you chose the other two options, please refer to the documentation for those projects.
Putting SVN in your path
Note: These instructions are for bash, the default shell on Panther and Tiger.
You will need to add /usr/local/bin to your path. To do this, run the following commands in a Terminal window:
- touch ~/.bash_profile
- open -e ~/.bash_profile
This will open the ~/.bash_profile in TextEdit. Note that it's perfectly fine for this file to be empty. Now add the following line to the file:
export PATH=$PATH:/usr/local/bin
Save and close the file, then close your Terminal window and open a new one. SVN should now be installed and configured correctly. Please continue to the next section for more information on how to install Adium from source.
Using SVN
Please look at http://svnbook.red-bean.com/ for a Subversion reference. Read through this before you begin.