
This only applies for those that want to check out the code from svn.
If you have downloaded the source tree and are happy with that
there is no need to use svn.

////////////////////////////////
Windows

http://tortoisesvn.net/
Version 1.9.2 is the one when this was written.
Click "Downloads"
Click "TortoiseSVN 1.9.2 - 64-bit"

Install the downloaded file "TortoiseSVN-.......msi
It should work even if you have an older version of TortoiseSVN installed.

In explorer Right click where you want to check out the code tree.
Select 'SVN Checkout...'

URL of repository
https://svn.code.sf.net/p/galaxyv2/code/

Checkout directory
replace '\code' with for example '\galaxyv2'



////////////////////////////////
Linux

> sudo apt-get install subversion

change your command line to a suitable location
> svn checkout https://svn.code.sf.net/p/galaxyv2/code galaxyv2



////////////////////////////////
Mac

Install SCPlugin  integrates into Finder.
http://scplugin.tigris.org/servlets/ProjectDocumentList

Open Finder, select Favourites/Program
Select SCToolbarButton.app, Drag it to the top of the toolbar

Open a prompt
> svn info https://svn.code.sf.net/p/galaxyv2/code
> sudo svn info https://svn.code.sf.net/p/galaxyv2/code

Now open a finder window, select a folder you want to check out to
Click the SCToolbar at the top of the finder window, select 'Checkout'
 Repository URL: https://svn.code.sf.net/p/galaxyv2/code
 Recursive: Check
 Checkout to: add a folder you like files to be placed
 