Edgewall Software

Changes between Version 97 and Version 98 of TracSubversion


Ignore:
Timestamp:
Oct 22, 2011, 11:38:19 AM (13 years ago)
Author:
Christian Boos
Comment:

added link to CollabNet Subversion Edge 2.1.0

Legend:

Unmodified
Added
Removed
Modified
  • TracSubversion

    v97 v98  
    6363==== for Python 2.7
    6464
    65 As apparently no one built and published those bindings yet, you'd have to build them yourself. If you do, it would be a nice idea to share the result and drop us a note here. Thanks!
    66 
    67 //Thanks to dawuid, who contributed [attachment:svn-win32-1.6.15_py_2.7.zip] (md5 `9dba3d11c4bbb91e29deb28f569e821b`). I tested them, and they seem to work great. Simply unzip in your <python27install>\Lib\site-packages folder. Note that you must have the folder containing the matching Subversion libraries in your PATH (e.g. "C:\Program Files (x86)\Subversion\bin"). -- cboos//
     65Use the Subversion 1.7.0 bindings from !CollabNet server edition: [http://www.open.collab.net/products/subversion/getit.html CollabNet Subversion Edge 2.1.0 (for Windows 32 or 64 bit)].
     66
     67You'll find there a full Python 2.7.1 installation (below the `Python25` top-level folder) and the corresponding bindings below `lib/svn-python`. It seems that even though that Python installation was built with !VisualStudio 2010 (`msvcr100.dll`), you can also use those svn bindings with the Python from python.org which was built with !VisualStudio 2008 (`msvcr90.dll`). I'm a bit disappointed, where's the DLL hell gone?
     68
     69//For the 1.6.x bidings, there's no "official" release to be found for Python 2.7, but thanks to dawuid, who contributed [attachment:svn-win32-1.6.15_py_2.7.zip] (md5 `9dba3d11c4bbb91e29deb28f569e821b`). I tested them, and they seem to work great. Simply unzip in your <python27install>\Lib\site-packages folder. Note that you must have the folder containing the matching Subversion libraries in your PATH (e.g. "C:\Program Files (x86)\Subversion\bin"). -- cboos//
    6870
    6971=== BSDs
     
    128130}}}
    129131
     132Note that the notes below about Subversion releases below 1.4 are mostly there for historical reasons. Everyone should be using at least 1.6.x these days. We make no guarantee about running an old version of Subversion with a recent version of Trac, though there are good chances that Subversion 1.4 still works with Trac 0.13dev.
     133
    130134=== Trac and Subversion 1.0 ===
    131135This is the oldest supported Subversion version.
     
    223227
    224228
     229=== Trac and Subversion 1.7 ===
     230
     231Trac seems to work fine with 1.7.0 as well, though a few issues are currently being worked out on Windows ([[TicketQuery(keywords=~svn17,status=!closed,format=compact)]]).
     232
    225233== Troubleshooting ==
    226234