Edgewall Software

Changes between Version 137 and Version 138 of TracSubversion


Ignore:
Timestamp:
Feb 9, 2017, 2:45:07 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Fix grammar.

Legend:

Unmodified
Added
Removed
Modified
  • TracSubversion

    v137 v138  
    1717}}}
    1818
    19 Note: For Trac < 1.2, the value must `enabled` or `on`. Using a value of `true` or `yes` will not work for the `[components]` section, whereas `true` and `yes` are acceptable in other sections of trac.ini. The inconsistency was fixed in Trac 1.2.
     19Note: For Trac < 1.2, the value must be `enabled` or `on`. Using a value of `true` or `yes` will not work for the `[components]` section, whereas `true` and `yes` are acceptable in other sections of trac.ini. The inconsistency was fixed in Trac 1.2.
    2020
    2121This page is intended to collect all the specific tips and tricks
     
    5656 * Fedora: package available in fedora repository
    5757
    58 You ''MUST'' have exactly same version of `subversion` and `subversion-python` installed, otherwise binding won't work:
     58You ''MUST'' have exactly the same version of `subversion` and `subversion-python` installed, otherwise the bindings won't work:
    5959
    6060{{{#!sh
     
    6666
    6767=== Windows (x64)
    68 There are less providers of the 64-bits Subversion bindings for Windows than for the 32-bits ones, but those provided by VisualSVN work just fine.
    69 
    70 All the bindings are precompiled as 64 bit DLLs (and PYDs) in [https://www.visualsvn.com/server/download/ Visual SVN Server] 64-bits 3.5 for W2012. No problem to work together with Python 2.7.10 64 bit.
     68There are fewer providers of the 64-bit Subversion bindings for Windows than for the 32-bit ones, but those provided by VisualSVN work just fine.
     69
     70All of the bindings are precompiled as 64 bit DLLs (and PYDs) in [https://www.visualsvn.com/server/download/ Visual SVN Server] 64-bits 3.5 for W2012. No problem to work together with Python 2.7.10 64 bit.
    7171
    7272=== Windows (x86)