I try to setup tortoisesvn to use puttyportable for ssh and have a problem.
Tortoisesvn with a standard putty installation is working fine.
If I take the parameters I use in the standard installation and put them in the portable one,then I get an error message trying to connect to a repository
When I try to see the log of a file for example, it open the puttyportable splash windows then there is an error message : invalid port number.
Any idea ?
Thank you
PuTTY uses the registry to handle passing in session information. So, PuTTY portable has to swap the local one's out and its own in. Thus, any calling app needs to understand and support this. So, it'll have to be built into TortoiseSVN Portable if we do it. The same way I built it into WinSCP Portable.
Sometimes, the impossible can become possible, if you're awesome!
thank you for the explanation