SVN+SSH and Sourceforge

前端 未结 4 562
不思量自难忘°
不思量自难忘° 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条回答
  •  北恋
    北恋 (楼主)
    2021-01-31 00:48

    For anybody (like me) working with Tortoise SVN who has it working for Tortoise SVN but needs command line access for easier bulk analysis... and doesn't want to go through the faff of registering an SSH key.

    1. Copy the value you are using in Tortoise - Settings - Network - SSH Client (mine has username, password arguments)
    2. Edit the command line configs ssh line in %APPDATA%\Subversion\config as per the answer above to use the line you copied from Tortoise

    That way, you can use the Tortoise Plink.exe with arguments for username and password.

提交回复
热议问题