error: Failed dependencies:
apr >= 1.2.7 is needed by subversion-1.7.2-1229026.x86_64
apr-util >= 1.2.7 is needed by subversion-1.7.2-1229026.x86_64
이런 에러가 발생하면 아래꺼를 설치합니다.
# sudo yum install apr apr-util
그리고
error: Failed dependencies:
libpq.so.5()(64bit) is needed by subversion-1.7.2-1229026.x86_64
이런 에러가 발생하면 아래꺼를 설치 하시면 됩니다.
sudo yum install postgresql
설치가 완료 되면, 버전을 확인해 보세요~
# svn --version
svn, version 1.7.2 (r1207936)
compiled Jan 13 2012, 15:15:54
Copyright (C) 2011 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_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
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
- handles 'http' scheme
- handles 'https' scheme