Edgewall Software

Changes between Version 74 and Version 75 of TracSubversion


Ignore:
Timestamp:
May 10, 2010, 11:03:04 AM (14 years ago)
Author:
Christian Boos
Comment:

s/tigris/apache/

Legend:

Unmodified
Added
Removed
Modified
  • TracSubversion

    v74 v75  
    33= Trac and Subversion =
    44
    5 Trac has supported the [http://subversion.tigris.org Subversion] VersioningSystemBackend since day one. Actually, Trac was even named `svntrac` back then!
     5Trac has supported the [http://subversion.apache.org Subversion] VersioningSystemBackend since day one. Actually, Trac was even named `svntrac` back then!
    66
    77This page is intended to collect all the specific tips and tricks
     
    1313== Getting Subversion ==
    1414
    15 From subversion.tigris.org, in the [http://subversion.tigris.org/servlets/ProjectDocumentList download] area:
    16  - [http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260&expandFolder=260&folderID=91 Source] archives.
    17  - Pre-built binaries for [http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91&expandFolder=91&folderID=74 Windows].
    18    With Subversion 1.4.6, there are pre-built installers for Python 2.3, 2.4, and 2.5.
     15From subversion.apache.org:
     16 - [http://subversion.apache.org/source-code.html Source Code]
     17 - Pre-built binaries for [http://subversion.apache.org/packages.html Subversion Binary Packages].
    1918 - On the various BSDs use ports or pkgsrc to install Subversion complete with Python bindings. For FreeBSD see use `/usr/ports/devel/py-subversion`. For pkgsrc use the `devel/py*-subversion` package for getting the bindings.
    2019
     
    217216 If this succeeds, that's a good start.
    218217
    219  If it doesn't,  it usually means that your bindings are located in a place they can't be loaded from. So either move the `svn` and `libsvn` found in the /opt/subversion-xxx/lib/svn-python folder into your site-packages folder, or add the above folder to your PYTHONPATH, or create a [http://docs.python.org/lib/module-site.html svn.pth] file in your Python site-packages folder with the above folder path as its single line content (an example on a FreeBSD installation, again: /usr/local/lib/pythonN.N/site-packages/). One simple solution for rpm-based operating systems, is to install the subversion-python bindings rpm. The [http://subversion.tigris.org/project_packages.html official subversion site] points [http://summersoft.fay.ar.us/pub/subversion/latest/ here] to download those packages.
     218 If it doesn't,  it usually means that your bindings are located in a place they can't be loaded from. So either move the `svn` and `libsvn` found in the /opt/subversion-xxx/lib/svn-python folder into your site-packages folder, or add the above folder to your PYTHONPATH, or create a [http://docs.python.org/lib/module-site.html svn.pth] file in your Python site-packages folder with the above folder path as its single line content (an example on a FreeBSD installation, again: /usr/local/lib/pythonN.N/site-packages/). One simple solution for rpm-based operating systems, is to install the subversion-python bindings rpm. The [http://subversion.apache.org/packages.html#redhat official subversion site] points [http://summersoft.fay.ar.us/pub/subversion/latest/ here] to download those packages.
    220219
    221220 If you get the message {{{ImportError: libsvn_swig_py-1.so.0: cannot open shared object file: No such file or directory}}} even though you can see the .so file in the correct place, then try {{{ldconfig -v}}} as root.
     
    293292
    294293 * !ReadTheFineBook: http://svnbook.red-bean.com and/or the   
    295    [http://subversion.tigris.org/faq.html FAQ]
     294   [http://subversion.apache.org/faq.html FAQ]
    296295 * There's also a `#svn` channel on the `freenode` IRC network
    297296 * If you think you've found a bug in Subversion, read these
    298    [http://subversion.tigris.org/project_issues.html instructions]
    299 
     297   [http://subversion.apache.org/issue-tracker.html instructions]
     298