简体   繁体   English

更新服务器时发生Subversion错误

[英]Subversion error while updating server

I have a CentOS server, when I want to update the server via this command: 当我想通过以下命令更新服务器时,我有一个CentOS服务器:

yum update

I get this error: 我收到此错误:

Transaction Check Error:
  package subversion-1.6.12-0.1.el5.rf.x86_64 (which is newer than subversion-1.6.11-11.el5_9.i386) is already installed
  file /usr/share/emacs/site-lisp/psvn.el from install of subversion-1.6.11-11.el5_9.i386 conflicts with file from package subversion-1.6.12-0.1.el5.rf.x86_64
  file /usr/share/xemacs/site-packages/lisp/psvn.el from install of subversion-1.6.11-11.el5_9.i386 conflicts with file from package subversion-1.6.12-0.1.el5.rf.x86_64

I am trying to clear the yum cache too but I have this problem yet 我也试图清除yum缓存,但是我有这个问题

It looks like you have a newer version of subversion that the subversion that currently exists in the Centos base Repo. 看来您有一个较新的Subversion版本,该版本当前在Centos基本Repo中存在。 Would you be okay with uninstalling your current version of subversion and re-installing the current version of subversion? 您可以卸载当前版本的Subversion并重新安装当前版本的Subversion吗? If yes then the commands you would want to run are the following: 如果是,那么您要运行的命令如下:

yum erase subversion
yum update

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM