[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn+ssh:// asks for password twice

From: Roger Lipscombe <roger_at_differentpla.net>
Date: 2003-10-15 22:55:57 CEST

I've only had a brief stab at finding this in the issue tracker, so please
forgive me if it's in there and I've not found it.

I've just built subversion-0.31.0 from the source tarball (against db-4.1.25
-- I'm not using apache). I'm planning to use it for some personal hackery,
which is currently stored in CVS.

I'm just playing with it on my local machine this evening, and it all seems
fine so far.

Except for one thing:

When I checkout my repository with svn+ssh://, I'm asked for my password
twice:

vague:~/tmp> svn co svn+ssh://localhost/home/roger/repos
roger@localhost's password:
roger@localhost's password:
A repos/lumberjack
A repos/lumberjack/access_record.cpp
.
.
.
A repos/.cvsignore
Checked out revision 1.
vague:~/tmp>

Yes, I'm sure I'm typing the password correctly :-)

If I try to 'ssh' to localhost, it asks for my password once, and then works
correctly.

If I attempt the same access with file://, it works:

vague:~/tmp> rm -rf repos
vague:~/tmp> svn co file:///home/roger/repos
A repos/lumberjack
A repos/lumberjack/access_record.cpp
.
.
.
A repos/.cvsignore
Checked out revision 1.
vague:~/tmp>

Is there anything I can look at that might help diagnose the problem?

Regards,
Roger.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 15 22:57:09 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.