Beta Released (12.10.0.18)

Beta Notes
Team Coding - Subversion through SSH
Subversion through SSH using public/private keys should now work correctly. To use public/private key authentication within Toad’s Team Coding:

  1. Make sure the public key is installed on the subversion server

  2. Test your private key using the plink utility, using the following command:

plink -i @

You should be able to connect to the server.

  1. Configure your Subversion command-line client to use the private key by adding the following line to the “[tunnels]” section of your “%APPDATA%\Subversion\config” file:

ssh= -i

  1. In Toad, make sure to select the “Use SSH Tunnel” option in your Subversion configuration options.

  2. In the Subversion connection window, enter the path to your repository without your username, as in the following:

svn+ssh:///

  1. In the Subversion login widow, enter your username. The password is not necessary.