Speeding up svn / ssh transfer speed in terminal for Mac OS 10.5, Leopard
1 July, 2008
Published in:
After struggling with upload/commit transfer speeds that were absolutely crippling, I've finally managed to get an exponential speed boost for svn merging and svn committing large numbers of files.
For svn merging, see this post by the good folks at WorkHabit.org.
For general SVN transfer speed help - hop into your /etc/ssh_config file and add these lines to your file:
# Host *
Compression no
FallBackToRsh yes
KeepAlive yesEnjoy not seeing upload times of 2k/sec anymore. :-)

Comments
Anonymous replied on Permalink
Linux
Does this work in Ubuntu ?
note that ssh_config is in /etc/ssh/ssh_config.
thanks
Add new comment