Edgewall Software

Changes between Version 124 and Version 125 of TracSubversion


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

Legend:

Unmodified
Added
Removed
Modified
  • TracSubversion

    v124 v125  
    4040Install the Subversion bindings using `yum`:
    4141{{{
    42 sudo yum install subversion
    43 }}}
    44 
    45 On RedHat Enterprise Linux 7 (and possibly other versions), the `python-subversion` package must also be installed. The package is available from the `rhel-7-workstation-optional-rpms` repository.
     42sudo yum install subversion subversion-python
     43}}}
     44
     45Both !RedHat Enterprise Linux 6 & 7 and/or CentOS 6 & 7 requires `subversion-python` package to be installed as well.
     46
     47* !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`.
     48* CentOS : package available via : `rpmfind.net` and/or `pbone.net`.
     49
     50Also, make sure you're installing ''SAME'' version of `subversion` and `subversion-python`:
     51{{{
     52# rpm -q subversion subversion-python
     53subversion-1.7.14-6.el7.x86_64
     54subversion-python-1.7.14-6.el7.x86_64
     55#
     56}}}
    4657
    4758=== Windows (x64)