HOWTO Stop Being Prompted For Password in TortoiseSVN
by Frank Kim on Oct.30, 2006, under Subversion
Just as you can setup the Subversion client to not prompt for a password every time you communicate with the Subversion server in a similar but not so secure way you can do this with TortoiseSVN.
The easiest way to do this is to right click in Windows Explorer, select Tortoise > Settings. Then in the Settings window select Network. Then in the SSH client set use the Tortoise SSH client, TortoisePlink, to use your username and password. For example:
D:\TortoiseSVN\bin\TortoisePlink.exe -l foo -pw bar
Related posts:
January 12th, 2010 on 8:37 PM
That was informative, easy and just what I needed.
Thanks.