Generally I just use the command line for svn
, it's the fastest and easiest way to do it to be honest, I'd recommend you try it.
Before you dismiss this, you should probably ask yourself if there is really any feature that you need a GUI for, and whether you would prefer to open up a GUI app and download the files, or just type svn co svn://site-goes-here.org/trunk
You can easily add
, remove
, move
, commit
, copy
or update
files with simple commands given with svn help
, so for most users it is more than enough.