Edgewall Software

Changes between Version 92 and Version 93 of TracSubversion


Ignore:
Timestamp:
Sep 13, 2011, 4:18:14 PM (13 years ago)
Author:
Thijs Triemstra
Comment:

move linux note from bottom to top

Legend:

Unmodified
Added
Removed
Modified
  • TracSubversion

    v92 v93  
    1616 - [http://subversion.apache.org/source-code.html Source Code]
    1717 - [http://subversion.apache.org/packages.html Subversion Binary Packages]
     18
     19=== Debian Linux ===
     20Install the Subversion Bindings using `apt`:
     21{{{
     22apt-get install python-subversion
     23}}}
     24
     25Works for Subversion >= 1.4.
    1826
    1927=== Windows (x86)
     
    346354 Try replacing the {{{libapr-1.dll}}} in the Apache bin with the version that's in Python's libsvn or Subversion's bin, just substituting seems to fix it. See #6739 for more details.
    347355
    348 == Tip for Debian Linux ==
    349 Try to install the Subversion Bindings using apt
    350 {{{
    351 apt-get install python-subversion
    352 }}}
    353 Works for Subversion 1.4. It also worked for python 2.5.2 and svn 1.5.1 under Debian 5.0 (Lenny).
    354356
    355357== Known Issues ==