Я попытался обновить свой Subversion Client und Squeeze до версии 1.7. Поэтому я расширил "/etc/apt/sources.list" на
deb http://opensource.wandisco.com/debian/ squeeze svn17
Загрузил их ключ из http://opensource.wandisco.com/wandisco-debian.gpg и добавил его в "apt-key".
Но если я сейчас запускаю "apt-get update", у меня возникают ошибки подключения:
Get:1 http://opensource.wandisco.com squeeze Release.gpg [197 B]
Err http://opensource.wandisco.com/debian/ squeeze/svn17 Translation-en
Connection failed
Err http://opensource.wandisco.com/debian/ squeeze/svn17 Translation-en_US
Connection failed
Get:2 http://opensource.wandisco.com squeeze Release [2,693 B]
Ign http://opensource.wandisco.com squeeze/svn17 amd64 Packages
Err http://opensource.wandisco.com squeeze/svn17 amd64 Packages
Connection failed
Fetched 2,890 B in 2s (1,269 B/s)
W: Failed to fetch http://opensource.wandisco.com/debian/dists/squeeze/svn17/i18n/Translation-en.bz2 Connection failed
W: Failed to fetch http://opensource.wandisco.com/debian/dists/squeeze/svn17/i18n/Translation-en_US.bz2 Connection failed
W: Failed to fetch http://opensource.wandisco.com/debian/dists/squeeze/svn17/binary-amd64/Packages.gz Connection failed
E: Some index files failed to download, they have been ignored, or old ones used instead.
Как и ожидалось, база данных не обновилась, и я не могу обновить клиент SVN.
Если я вручную перейду на http://opensource.wandisco.com/debian/dists/squeeze/svn17 вроде бы все на месте.
Почему происходит сбой обновления?
Эти простые шаги сделали это:
root@squeeze:~# wget -O - http://opensource.wandisco.com/wandisco-debian.gpg | apt-key add -
root@squeeze:~# apt-key list
pub 1024D/3BBF077A 2010-02-18
uid WANdisco (http://WANdisco.com - We Make Software Happen...)
sub 2048g/955DA6AA 2010-02-18
root@squeeze:~# aptitude update && aptitude install subversion
root@squeeze:~# svn --version
svn, version 1.7.9 (r1462340)
compiled Apr 25 2013, 14:44:34
Copyright (C) 2013 The Apache Software Foundation.
This software consists of contributions made by many people; see the NOTICE
file for more information.
Subversion is open source software, see http://subversion.apache.org/
The following repository access (RA) modules are available:
* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
- handles 'http' scheme
- handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
- with Cyrus SASL authentication
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
Итак, работает для меня (TM).