Edgewall Software

Changes between Version 104 and Version 105 of TracSubversion


Ignore:
Timestamp:
Feb 22, 2012, 1:01:03 PM (12 years ago)
Author:
Christian Boos
Comment:

updated the 1.7 notes

Legend:

Unmodified
Added
Removed
Modified
  • TracSubversion

    v104 v105  
    3030One easy way to get Python 2.5 bindings is to install Collabnet Subversion Edge [http://www.open.collab.net/go/csvne2_r2a/]. The bindings can be found in the <install_directory>\csvn\lib\svn-python directory.
    3131
    32 For Subversion 1.7.x there also is bindings from http://alagazam.net (see Python 2.6 below)
    33 
    3432==== for ActivePython 2.5
    3533One way to get the bindings is to install the [http://www.open.collab.net/downloads/subversion/ CollabNet Subversion Server].
     
    6159
    6260==== for Python 2.7
    63 
    64 For Subversion 1.7.x there also is bindings from http://alagazam.net (see Python 2.6 section above)
    65 
    66 Use 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)].
    67 
    68 You'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?
     61For Subversion 1.7.x there are also bindings available from http://alagazam.net (see Python 2.6 section above).
     62
     63An alternative is to use 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)].
     64
     65You'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?
    6966
    7067//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").
     
    230227=== Trac and Subversion 1.7 ===
    231228
    232 Trac 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)]]).
     229Trac seems to work fine with 1.7.0 as well, however be sure to use Trac >= 0.12.3.
    233230
    234231== Troubleshooting ==