This is a step by step to show you how easy it is to use TortoiseSVN
Download TortoiseSVN from here
Install and reboot, then follow the instructions here to configure it for ssh
http://tortoisesvn.tigris.org/docs/TortoiseSVN_en/help-onepage.html#tsvn-serversetup-svnserve-5
Its so easy the above link just tells you to go to the File Menu in Windows Explorer and choose TortoiseSVN>Settings, on the Network tab you'll see ssh Client setting with a browse button, browse to
C:\Program Files\TortoiseSVN\bin\TortoisePlink.exe
thats it, you're configured. Make sure your firewall allows outbound traffic on port 22
Now create the folder named mojoportal wherever you want, right click the folder and choose SVNCheckout
In the dialog, for URL of Repository enter
svn checkout svn+ssh://anonymous@forgesvn1.novell.com/svn/mojoportal/trunk
if prompted for a password enter anonymous, you may be prompted twice.
now the code should be coming your way