Pipe a SVN Dump (or any other big file) trough an SSH tunnel
Now this is cool:
svnadmin dump /var/oforge/svn/speedTest/ | ssh tinifax@collab.kuplen.at “cat > /tinifax/tmp/speedtest.oforge.dmp”
Streams a big file (in fact any standard out) trough an ssh tunnel to another server