This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
"svn up" over ssh does not work
- From: Thomas Koenig <tkoenig at netcologne dot de>
- To: "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>, gcc mailing list <gcc at gcc dot gnu dot org>
- Date: Sat, 27 Jan 2018 13:11:18 +0100
- Subject: "svn up" over ssh does not work
- Authentication-results: sourceware.org; auth=none
Hi,
I am getting
$ LANG=C svn up
Updating '.':
svn: E170013: Unable to connect to a repository at URL
'svn+ssh://tkoenig@gcc.gnu.org/svn/gcc/trunk'
svn: E210002: To better debug SSH connection problems, remove the -q
option from 'ssh' in the [tunnels] section of your Subversion
configuration file.
svn: E210002: Network connection closed unexpectedly
read-only svn (without ssh) works.
Anything wrong with the servers?
Regards
Thomas