Add a little more to the svn_rangelist_intersect test to test the
[svn.git] / packages / python-windows / README.txt
blob1744d58909aeeede3d18f71421acd5d5a476a865
1 WINDOWS INSTALLER FOR SUBVERSION PYTHON BINDINGS
2 ================================================
4 To build a Windows installer for the Subversion Python bindings:
6  1. Build the Subversion Python bindings for Windows using Visual C++ 6.0.
8  2. Update the version in setup.py to match your version of Subversion.
9  
10  3. Create "libsvn" and "svn" directories. Copy the necessary Python (*.py)
11     and DLL files (*.dll) into these directories.
13  4. Run python setup.py bdist_wininst --target-version=2.4 to build an
14     installer for Python 2.4. If you built your bindings for a different
15     version of Python, adjust that command-line appropriately.
17 That's it! Python will put the installer in the 'dist' directory.
20 List of required files (as of Subversion 1.4.0)
21 -----------------------------------------------
23   libsvn:
24     __init__.py
25     _client.dll
26     _core.dll
27     _delta.dll
28     _fs.dll
29     _ra.dll
30     _repos.dll
31     _wc.dll
32     client.py
33     core.py
34     delta.py
35     fs.py
36     libapr.dll
37     libapriconv.dll
38     libaprutil.dll
39     libdb44.dll
40     libeay32.dll
41     libsvn_swig_py-1.dll
42     ra.py
43     repos.py
44     ssleay32.dll
45     wc.py
47   svn:
48     client.py
49     core.py
50     delta.py
51     fs.py
52     ra.py
53     repos.py
54     wc.py
55     __init__.py