Edgewall Software

Changes between Version 127 and Version 128 of TracSubversion


Ignore:
Timestamp:
Feb 11, 2015, 9:55:14 PM (9 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracSubversion

    v127 v128  
    4040Install the Subversion bindings using `yum`:
    4141
    42  !RedHat/CentOS 7 and later, Fedora ::
     42 !RedHat/CentOS 5, 6, 7 and later, Fedora ::
    4343{{{
    4444sudo yum install subversion subversion-python
    4545}}}
    46  !RedHat/CentOS 5, 6 ::
    47 {{{
    48 sudo yum install subversion
    49 }}}
    50 
    51 Both !RedHat Enterprise Linux 7 and/or CentOS 7 requires `subversion-python` package to be installed as well.
    52 
    53 * !RedHat : While this package is available through optional channel for `6Server`, for whatever reason(s) it's not the case for `7Server`, however package is available through `rhel-7-workstation-optional-rpms`.
     46
     47* !RedHat : While `subversion-python` package is available through optional channel for `6Server`, for whatever reason(s) it's not the case for `7Server`, however package is available through `rhel-7-workstation-optional-rpms`.
    5448* CentOS : package available in base packages
     49
     50You ''MUST'' have exactly same version of `subversion` and `subversion-python` installed, otherwise binding won't work:
     51
    5552{{{
    5653# yum list subversion subversion-python