emacs - Why does cygwin's svn ask for a password? -


We have a SVN setup at work, so when I have an SSN tunnel that is open to the server, a password Inspired (the repository is transported via svn: // localhost / urls) everything works fine with TortoiseSVN and Windows command line svn, but I want to use cygwin svn. The problem is that Sagevin SVN inspires me for a password, and it keeps asking me even after my credentials. The prompt looks like an HTTP authentication signal: authentication realm stores:

I will add that I want cygwin svn because i am using simwon emacs and psvn-mode is not in that emacs Svn windows like line end of windows do not want to switch on windows MX because Grep does not work very well (Polish letters and such problems) and I'm showing a lot.

Thanks for any indication to solve my problem,

Perhaps cygwin svn is using a cygwin ssh binary to create client connections. TortoiseSVN and other commandline clients that you are using some other SSH clients, for which some kind of password-free authentication is configured (perhaps a public key file, perhaps a passphrase and "Pagent" with SSS agent implementation ).

The best way to get this job done is by editing ~ / .ssh / config for your Sigwin SH client and / or Sigwin's own ssh-agent \ / Code> To cache your passphrase, try running ssh -v your.svn.server svnserve -t to see if your ssh configuration is working. If it outputs a line starting with "(success"), then SVN should work fine. Otherwise, you should be able to diagnose the problem with printed progress messages.

Alternate form From, you should use SVW SVN_SSH environment variable, to use the same SSH client used by your original command line client. See details.


Comments