Hi all,
I have encountered a problem with svn+ssh that seems to be related to
subversion and that is not listed in the bugs list.
I try to connect to the server using svn+ssh and a different login from
the one on the server and it works well until it encounters an external
item: The following command was issued with a std login say login1.
(Confidentiality issues prevent me from using the real names)
login1_at_client$ svn co svn+ssh://other_login@server/myproject/trunk trunk
U trunk/rep1/....
U trunk/rep1/....
U trunk/rep1/....
Fetching external item into 'trunck/rep2'
login1@server's password:
So it seems that ssh want's another authentication which can be related to
bug (enhancement) number 1618 "svn+ssh disconnects after each transaction"
but the problem is the authentication is not requested for the appropriate
login on the server machine. And I think this is due to svn.
Can you confirm this ?
Thanks,
Damien
client machine is installed with AIX 5.2
server machine is installed with linux 2.6.10-1.14_FC2
------------ svn client info -----------------
$ svn --version
svn, version 1.1.3 (r12730)
compiled Jan 21 2005, 19:55:51
Copyright (C) 2000-2004 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).
The following repository access (RA) modules are available:
* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
- handles 'http' schema
- handles 'https' schema
* ra_local : Module for accessing a repository on local disk.
- handles 'file' schema
* ra_svn : Module for accessing a repository using the svn network
protocol.
- handles 'svn' schema
------------- svn server info ------------------
$ svn --version
svn, version 1.0.9 (r11378)
compiled Oct 14 2004, 10:04:20
Copyright (C) 2000-2004 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).
The following repository access (RA) modules are available:
* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
- handles 'http' schema
- handles 'https' schema
* ra_local : Module for accessing a repository on local disk.
- handles 'file' schema
* ra_svn : Module for accessing a repository using the svn network
protocol.
- handles 'svn' schema
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 18 22:38:33 2005