This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Is the test svn repository working fine?
Paolo Carlini wrote:
>I tried using my old-good ssh1 (which I'm usually using for gcc's cvs),
>setting SVN_SSH, as suggested privately by Daniel. Now what happens is
>that I'm indeed requested a password, exactly as happens for cvs, but
>for some reason the usual password which I'm using together with cvs is
>not ok, keeps asking:
>
>paolo:~/test-svn> svn co svn+ssh://paolo@gcc.gnu.org/svn/gcc/trunk
>Enter passphrase for RSA key 'paolo@darkstar':
>Enter passphrase for RSA key 'paolo@darkstar':
>
>
This is *totally* crazy: if I enter the password *3* times, then it works!
If someone is curious and wants more debug info to figure out how this
could even be possible, just let me know...
Paolo.