업데이트 1

업데이트 1

내 RHEL 5.3 상자에 1.4.2 버전의 svn이 있습니다. 업데이트를 시도했는데 다음 메시지가 나타납니다. 어떻게 해야 합니까?

[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

작업을 완료하려면 1.6.x 버전의 svn을 사용해야 합니다.

업데이트 1

[foo@bar target]# yum update subversion
Setting up Update Process
No Packages marked for Update

"yum" 도구를 속여 올바른 버전의 Subversion을 가져오려면 어떻게 해야 합니까?

업데이트 2

# 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

개인 정보 보호/보안을 위해 위 목록에서 몇 가지 조직별 저장소를 제거했습니다.

Subversion을 최신 버전으로 업데이트하려면 어떻게 해야 합니까?

UDPATE 3

나는 우리 관리자가 /usr/corp/bin에 최신 버전의 svn을 가지고 있다는 것을 발견했습니다. 답변과 시간을 내주셔서 감사합니다 :-)

답변1

패키지는 "subversion"이라고 하며 버전은 1.6.11입니다.

답변2

yum 도구를 '속여서' 아무것도 할 수 없습니다. 귀하의 질문에 대답하려면 subversion패키지를 업데이트하는 것이 yum update subversion. RHN 5 저장소의 svn 최신 버전은 1.6.11-7입니다. 그래도 작동하지 않으면 등록했는지 확인하세요 yum repolist.

또한 Linux 상자를 RHEL 5.7로 패치하면 내 친구보다 훨씬 뒤쳐집니다.

관련 정보