8

How do I install svn on a Redhat machine?

Tried to do it with yum install svn - but it didn't find svn.

My machine details are

Red Hat Enterprise Linux Server release 5.2 (Tikanga)

Found it with this command /etc/redhat-release

Thanks

CloudyMarble
  • 36,908
  • 70
  • 97
  • 130
Adi
  • 1,263
  • 1
  • 13
  • 24

1 Answers1

16

Try:

yum install subversion
karim79
  • 339,989
  • 67
  • 413
  • 406