-1

TortoiseSVN is not saving my auth details even when I access to a remote server using svn+ssh. For some reason it's asking me to enter username and password every time I access it.

How can I fix this. Thanks.

Note that this question is slighty related to TortoiseSVN not saving authentication details which was not awnsered.

The only awnser that might help was about using pageant, which I haven't found a way to make it work.

Community
  • 1
  • 1
Chris
  • 1,080
  • 20
  • 44

1 Answers1

1

TortoiseSVN simply can not save the auth details, because it never even sees them!

But since you're using SSH, you can use SSHs own tools to store the auth details. As explained here, you can use pageant for this.

Stefan
  • 43,293
  • 10
  • 75
  • 117