Skip to main content
Commonmark migration
Source Link

If you want to install that specific package you can just do

wget http://ftp.redhat.com/pub/redhat/linux/enterprise/5Client/en/os/SRPMS/subversion-1.6.11-7.el5.src.rpm

 

rpmbuild --rebuild subversion-1.6.11-7.el5.src.rpm

However the rpmforge repo has 1.6.6 in it, so you can enable that repo if you wish.

rpm -ivh http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm

 

yum update subversion

Assuming of course that x86_64 is your arch, if not you can change that to i386

If you want to install that specific package you can just do

wget http://ftp.redhat.com/pub/redhat/linux/enterprise/5Client/en/os/SRPMS/subversion-1.6.11-7.el5.src.rpm

 

rpmbuild --rebuild subversion-1.6.11-7.el5.src.rpm

However the rpmforge repo has 1.6.6 in it, so you can enable that repo if you wish.

rpm -ivh http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm

 

yum update subversion

Assuming of course that x86_64 is your arch, if not you can change that to i386

If you want to install that specific package you can just do

wget http://ftp.redhat.com/pub/redhat/linux/enterprise/5Client/en/os/SRPMS/subversion-1.6.11-7.el5.src.rpm

rpmbuild --rebuild subversion-1.6.11-7.el5.src.rpm

However the rpmforge repo has 1.6.6 in it, so you can enable that repo if you wish.

rpm -ivh http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm

yum update subversion

Assuming of course that x86_64 is your arch, if not you can change that to i386

deleted 16 characters in body
Source Link
phemmer
  • 73.9k
  • 21
  • 199
  • 231

If you want to install that specific package you can just do

wget http://ftp.redhat.com/pub/redhat/linux/enterprise/5Client/en/os/SRPMS/subversion-1.6.11-7.el5.src.rpm

rpmbuild --rebuild subversion-1.6.11-7.el5.src.rpm

However the rpmforge repo has 1.6.6 in it, so you can enable that repo if you wish.

yum installrpm --nogpgcheckivh http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm

yum update subversion

Assuming of course that x86_64 is your arch, if not you can change that to i386

If you want to install that specific package you can just do

wget http://ftp.redhat.com/pub/redhat/linux/enterprise/5Client/en/os/SRPMS/subversion-1.6.11-7.el5.src.rpm

rpmbuild --rebuild subversion-1.6.11-7.el5.src.rpm

However the rpmforge repo has 1.6.6 in it, so you can enable that repo if you wish.

yum install --nogpgcheck http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm

yum update subversion

Assuming of course that x86_64 is your arch, if not you can change that to i386

If you want to install that specific package you can just do

wget http://ftp.redhat.com/pub/redhat/linux/enterprise/5Client/en/os/SRPMS/subversion-1.6.11-7.el5.src.rpm

rpmbuild --rebuild subversion-1.6.11-7.el5.src.rpm

However the rpmforge repo has 1.6.6 in it, so you can enable that repo if you wish.

rpm -ivh http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm

yum update subversion

Assuming of course that x86_64 is your arch, if not you can change that to i386

Source Link
phemmer
  • 73.9k
  • 21
  • 199
  • 231

If you want to install that specific package you can just do

wget http://ftp.redhat.com/pub/redhat/linux/enterprise/5Client/en/os/SRPMS/subversion-1.6.11-7.el5.src.rpm

rpmbuild --rebuild subversion-1.6.11-7.el5.src.rpm

However the rpmforge repo has 1.6.6 in it, so you can enable that repo if you wish.

yum install --nogpgcheck http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm

yum update subversion

Assuming of course that x86_64 is your arch, if not you can change that to i386