At work we have svn setup so that when I have an ssh tunnel open to the server I can access repositories from localhost without beeing prompted for a password. (The repositories are accessed via svn://localhost/ urls). Everything works fine with TortoiseSVN and windows command line svn, but I would like to use cygwin svn. The problem is that cygwin svn keeps prompting me for a password, and it keeps asking even after I have given it my credentials. The prompt looks kind of like an http authentication prompt: Authentication realm Repository:
I'll add that I want cygwin svn because I'm using cygwin build of Emacs and psvn-mode in that emacs doesn't like the line endings of windows svn. I don't want to switch to windows emacs because grep doesn't work there very well (problems with Polish letters and such) and I'm grepping quite a lot.
Thanks for any hints towards solving my problem,