changed:
-
<p>On OSX, you can use SVN either using contextual menus with svnX, either using the command line.<br>
<i>When using SVN for the first time, you have to use the command line.</i><br>
Please, follow the instructions</p>
<h2>Download and install <a href="http://subversion.tigris.org">Subversion SCPlugin</a></h2>
Download and install the stable <a href="http://scplugin.tigris.org/servlets/ProjectDocumentList">SCPlugin</a> installer.<br><br>
<h2>Using the command line first</h2>
Open your terminal:<br>
<code>/Applications/Utilities/Terminal.app</code><br><br>
Set path preferences using nano:<br>
Open .bash_profile
<code>nano .bash_profile</code><br><br>
then type:
<code>alias svn='/usr/local/bin/svn'</code><br><br>
then quit nano by pressing ctrl-x<br>
Move to the directory where you want to put Jamoma:<br>
<code>cd ~/Documents</code><br><br>
Run svn:<br>
<code>svn checkout https://jamoma.svn.sourceforge.net/svnroot/jamoma/branches/active Jamoma</code>
For more information about svn and Jamoma, check the documentation for using <a href="http://www.jamoma.org/wiki/UsingSubversionFromCommandLineClientMacOSX%20">SVN with Terminal</a>.<br><br>
<h2>Using contextual menus with <a href="http://www.lachoseinteractive.net/en/community/subversion/svnx/features/">svnX</a></h2>
Download and install <a href="http://www.lachoseinteractive.net/en/community/subversion/svnx/download/">svnX</a>
<ol><li>Download and install <a href="http://www.apple.com/downloads/macosx/development_tools/svnx.html%20">svnX</a></li><li><br></li></ol>
<h2>Using SCPlugin<br></h2>
<ol><li>Download and install <a href="http://scplugin.tigris.org/servlets/ProjectDocumentList">SCPlugin</a></li>
<li>Log out and back to have it active.<br></li>
<li>Create a folder where you want to install Jamoma</li>
<li>Right click (or ctrl-click) on the folder to get the contextual menu</li>
<li>Choose checkout and enter one of the following adresses, depending on which version of Jamoma you want to use and work on :<br><br>
- For users looking for the most recent stable version, you want to check out from the trunk : https://jamoma.svn.sourceforge.net/svnroot/jamoma/trunk/Jamoma<br>
- If you instead want to use and work on development (at times this will be less stable), you should checkout the active branch : https://jamoma.svn.sourceforge.net/svnroot/jamoma/branches/active</li>
<li>Or Use the subversion commands available at the bottom of the menu</li></ol><br>
Then unzip everything in the Jamoma/library/externals and move the Jamoma framework to Your_Drive://Library/Frameworks.<br>
(you can also read the ReadMe....)<br>