changed:
-
<h2>Windows:</h2>
Download and install <a href="http://tortoisesvn.tigris.org/">TortoiseSVN</a>
<h2>Mac:</h2>
Download and install the client <a href="http://homepage.mac.com/martinott/Subversion-1.4.4.pkg.zip">here</a>.<br><br>This will install the Subversion client, but it won't be convenient to use.� So we should set up a 'shortcut' to it. Here are instructions for doing that:<br>
<br>
<ol><li>Open up terminal .app (this likely will bring you to your home directory)</li>
<li>Type 'nano .bash_profile' (this will open up a text file for you to edit, which might be blank)</li>
<li>Add the following line to the .bash_profile, followed by a blank line<br>
<pre>alias svn='/usr/local/bin/svn'</pre></li>
<li>Save the changes by hitting ctrl-o, then return</li>
<li>Exit nano by hitting ctrl-x</li>
<li>Quit the terminal, and then restart it</li>
<li>Type 'svn help' on the command line. If everything worked you will get some info</li></ol>
<br>
<br>
If you have an error message saying : /usr/local/bin/svn : no such file or directory, it is certainly caused by having X11 installed.
<br> You can solve that by following the next points :<br>
open Terminal, open preferences, and select the "Execute this command" and write /bin/bash into the text field, close, quit Terminal, start Terminal again and now type "svn help"<br>
All should be fine now...