Edgewall Software

Changes between Version 129 and Version 130 of TracSubversion


Ignore:
Timestamp:
Feb 13, 2015, 3:13:42 AM (9 years ago)
Author:
Jun Omae
Comment:

subversion-python sub package is splitted out in Fedora 18

Legend:

Unmodified
Added
Removed
Modified
  • TracSubversion

    v129 v130  
    3737Works for Subversion >= 1.4.
    3838
    39 === !RedHat/Fedora/CentOS Linux ===
     39=== !RedHat/Fedora/CentOS Linux
    4040Install the Subversion bindings using `yum`:
    4141
    42  !RedHat/CentOS 5, 6::
    43 {{{
    44 sudo yum install subversion
    45 }}}
    46 
    47  RedHat7 / CentOS7 / Fedora19 and later ::
    48 {{{
    49 sudo yum install subversion subversion-python
    50 }}}
    51 
    52 * !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`.
    53 * CentOS : package available in base packages
     42==== !RedHat/CentOS 5, 6
     43{{{#!sh
     44$ sudo yum install subversion
     45}}}
     46
     47==== !RedHat 7 / CentOS 7 / Fedora 18 and later
     48{{{#!sh
     49$ sudo yum install subversion subversion-python
     50}}}
     51
     52 * !RedHat: While `subversion-python` package is available through optional channel for `7Server`, for whatever reason(s) it's not the case for `7Server`, however package is available through `rhel-7-workstation-optional-rpms`.
     53 * CentOS: package available in base repository
     54 * Fedora: package available in fedora repository
    5455
    5556You ''MUST'' have exactly same version of `subversion` and `subversion-python` installed, otherwise binding won't work: