I\'m new to both Sourceforge and SVN (SilkSVN on Windows).
I managed to check out a project using
svn co --username=zeroth123 svn://zeroth123@svn.code.sf
I followed the instructions here and it worked. Its a quicker method that doesn't require uploading keys etc.
plink.exe
from http://the.earth.li/~sgtatham/putty/latest/x86/plink.exeplink.exe
in your windows installation directory (%windir%
)%APPDATA%\Subversion\config
Add or Replace the following line in the [tunnels]
section (replace login and pwd with your sourceforge login and password)
ssh = c:\\windows\\plink.exe -batch -l -pw
(note the double backslash)