
Eu tenho a versão 1.4.2 do svn na minha caixa RHEL 5.3. Tentei atualizar e recebo a seguinte mensagem. O que devo fazer ?
[foo@bar adminui]# svn --version
svn, version 1.4.2 (r22196)
compiled Sep 1 2008, 06:38:03
Copyright (C) 2000-2006 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' scheme
- handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
[foo@bar adminui]# which svn
/usr/bin/svn
[foo@bar adminui]# yum update svn
Setting up Update Process
No Packages marked for Update
Preciso chegar à versão 1.6.x do svn para realizar meu trabalho.
ATUALIZAÇÃO1
[foo@bar target]# yum update subversion
Setting up Update Process
No Packages marked for Update
Como posso enganar a ferramenta "yum" para buscar a versão correta do subversion?
ATUALIZAÇÃO2
# yum repolist
repo id repo name status
adobe-linux-i386 Adobe Systems Incorporated enabled : 17
base Base Repo for 5.30-5Client - x86_64 enabled : 1,953
desktop-install Recurring Desktop installs enabled : 0
desktop-update Recurring Desktop updates enabled : 143
engineering-install Recurring Engineering installs enabled : 0
engineering-update Recurring Engineering updates enabled : 42
epel Extra Packages for Enterprise Linux 5 - enabled : 6,897
google Google - i386 enabled : 5
google64 Google - x86_64 enabled : 4
rbel5 RBEL 5 Repo enabled : 197
rpmforge Red Hat Enterprise 5.30 - RPMforge.net - enabled : 11,020
vt Base Repo for 5.30-5Client - x86_64 enabled : 40
workstation Base Repo for 5.30-5Client - x86_64 enabled : 1,205
Removi alguns repositórios específicos da organização da listagem acima por questões de privacidade/segurança.
O que devo fazer para atualizar o Subversion para a versão mais recente?
ATUALIZAR 3
Descobri que nossos administradores têm a versão mais recente do svn em /usr/corp/bin. Obrigado por suas respostas e tempo :-)
Responder1
O pacote se chama "Subversion" e está na versão 1.6.11.
Responder2
Você não pode 'enganar' a ferramenta yum para fazer nada. Para responder sua pergunta, atualizar o subversion
pacote é tão simples quanto yum update subversion
. A versão mais recente do svn no repositório RHN 5 é 1.6.11-7. Se isso não funcionar, verifique se você se registrou yum repolist
.
Também corrija sua caixa Linux para RHEL 5.7, você está muito atrás, meu amigo.