pindare
pindare

Reputation: 2470

yum install subversion1.4.3

How can I reach/install an old subversion package (v1.4.3) without build any sources ?

In fact, the distrib I use is not a FC1 but a "Red Hat Enterprise Linux AS release 4 (Nahant Update 5)".

Do you know some "subversion binaries repositories" where such a configuration may be available for download ?

Upvotes: 1

Views: 173

Answers (1)

David Grant
David Grant

Reputation: 14223

You can get the RHEL 4 RPM for Subversion 1.4.3 from the DAG RPM repository. The repository web site has a FAQ on configuring Yum for access.

Upvotes: 2

Related Questions