Skip to main content
deleted 41 characters in body
Source Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 237

Try to search in http://rpm.pbone.net for "subversion-1.5" if that's what you need or just change it to "subversion-1.6" if in case you need that version limiting your search to "Centos 5" or "RHEL 5" and download the rpm that corresponds to your machine.

Install it via rpm as follows:

rpm -i subversion-package-name-here.rpm

If it says it conflicts with your existing subversion, check for the name of your existing subversion:

rpm -qa| grep subversion

and use the result for uninstalling the old package:

rpm -e subversion-old-package.bhabha

Then go back to installing the rpm as I detailed above.

Hope this helps,

Ismael Casimpan :)

Try to search in http://rpm.pbone.net for "subversion-1.5" if that's what you need or just change it to "subversion-1.6" if in case you need that version limiting your search to "Centos 5" or "RHEL 5" and download the rpm that corresponds to your machine.

Install it via rpm as follows:

rpm -i subversion-package-name-here.rpm

If it says it conflicts with your existing subversion, check for the name of your existing subversion:

rpm -qa| grep subversion

and use the result for uninstalling the old package:

rpm -e subversion-old-package.bhabha

Then go back to installing the rpm as I detailed above.

Hope this helps,

Ismael Casimpan :)

Try to search in http://rpm.pbone.net for "subversion-1.5" if that's what you need or just change it to "subversion-1.6" if in case you need that version limiting your search to "Centos 5" or "RHEL 5" and download the rpm that corresponds to your machine.

Install it via rpm as follows:

rpm -i subversion-package-name-here.rpm

If it says it conflicts with your existing subversion, check for the name of your existing subversion:

rpm -qa| grep subversion

and use the result for uninstalling the old package:

rpm -e subversion-old-package.bhabha

Then go back to installing the rpm as I detailed above.

Source Link
icasimpan
  • 439
  • 1
  • 6
  • 16

Try to search in http://rpm.pbone.net for "subversion-1.5" if that's what you need or just change it to "subversion-1.6" if in case you need that version limiting your search to "Centos 5" or "RHEL 5" and download the rpm that corresponds to your machine.

Install it via rpm as follows:

rpm -i subversion-package-name-here.rpm

If it says it conflicts with your existing subversion, check for the name of your existing subversion:

rpm -qa| grep subversion

and use the result for uninstalling the old package:

rpm -e subversion-old-package.bhabha

Then go back to installing the rpm as I detailed above.

Hope this helps,

Ismael Casimpan :)