Index: README.txt =================================================================== --- README.txt (revision 37469) +++ README.txt (working copy) @@ -8,7 +8,7 @@ 2. Update the version in setup.py to match your version of Subversion. 3. Create "libsvn" and "svn" directories. Copy the necessary Python (*.py) - and DLL files (*.dll) into these directories. + and DLL (*.dll, *.pyd) files into these directories. 4. Run python setup.py bdist_wininst --target-version=2.4 to build an installer for Python 2.4. If you built your bindings for a different @@ -17,25 +17,27 @@ That's it! Python will put the installer in the 'dist' directory. -List of required files (as of Subversion 1.4.0) +List of required files (as of Subversion 1.6.1) ----------------------------------------------- libsvn: __init__.py - _client.dll - _core.dll - _delta.dll - _fs.dll - _ra.dll - _repos.dll - _wc.dll + _client.pyd + _core.pyd + _delta.pyd + _diff.pyd + _fs.pyd + _ra.pyd + _repos.pyd + _wc.pyd client.py core.py delta.py + diff.py fs.py - libapr.dll - libapriconv.dll - libaprutil.dll + libapr-1.dll + libapriconv-1.dll + libaprutil-1.dll libdb44.dll libeay32.dll libsvn_swig_py-1.dll @@ -45,11 +47,12 @@ wc.py svn: + __init__.py client.py core.py delta.py + diff.py fs.py ra.py repos.py wc.py - __init__.py Property changes on: README.txt ___________________________________________________________________ Added: svn:eol-style + native