SVN+SSH and Sourceforge

前端 未结 4 565
不思量自难忘°
不思量自难忘° 2021-01-30 23:59

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         


        
4条回答
  •  梦毁少年i
    2021-01-31 00:50

    I followed the instructions here and it worked. Its a quicker method that doesn't require uploading keys etc.

    1. Download plink.exe from http://the.earth.li/~sgtatham/putty/latest/x86/plink.exe
    2. Place the plink.exe in your windows installation directory (%windir%)
    3. Open the following file using Notepad %APPDATA%\Subversion\config
    4. 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)

    5. Save and close the file

提交回复
热议问题