Saving and restoring (Tortoise)Svn passwords

I'm using TortoiseSvn with SVN for version control. I have the problem that the SVN actions in FB changes the SVN username/password that the normal windows user has set with TortoiseSvn. When manually checking something in from the build machine, the wrong SVN user ends up being used for checkin.

Are there any workarounds for this (how can I make FB save and restore that password)?

Hi Eivind

On each subversion action on the General Options page for the action, there is an option to enable the --no-auth-cache subversion option. There is some (but not much) info on this here : http://svnbook.red-bean.com/en/1.5/svn.ref.svn.html#svn.ref.svn.sw

Thanks, I’ll try this.