Comment 9 for bug 328181

Revision history for this message
Antonio Carlos de Souza (ac-desouza) wrote :

I'm trying to install subvertpy. I'm belive I can build the module and copy to some place at %BAZAAR_HOME%\plugins.
This is what I've did:

1. Download the tar.gz
2. python setup.py install
-------------------------------------------------------------------------------------------------
Traceback (most recent call last):
  File "setup.py", line 229, in <module>
    (svn_includedirs, svn_libdirs, extra_libs) = svn_build_data()
  File "setup.py", line 173, in svn_build_data
    "Please set SVN_DEV to the location of the svn development "
Exception: Please set SVN_DEV to the location of the svn development packages.
These can be downloaded from:
http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91
-------------------------------------------------------------------------------------------------
3. set SVN_DEV=%Bazaar_HOME%\plugins\svn
4.python setup.py install
-------------------------------------------------------------------------------------------------
Traceback (most recent call last):
  File "setup.py", line 229, in <module>
    (svn_includedirs, svn_libdirs, extra_libs) = svn_build_data()
  File "setup.py", line 179, in svn_build_data
    "Please set SVN_BDB to the location of the svn BDB packages "
Exception: Please set SVN_BDB to the location of the svn BDB packages - see README.txt in the SV_DEV dir
-------------------------------------------------------------------------------------------------

5. set SVN_BDB=D:\usr\local\Bazaar\plugins\svn
6. python setup.py install
-------------------------------------------------------------------------------------------------
Traceback (most recent call last):
  File "setup.py", line 229, in <module>
    (svn_includedirs, svn_libdirs, extra_libs) = svn_build_data()
  File "setup.py", line 184, in svn_build_data
    "Please set SVN_LIBINTL to the location of the svn libintl "
Exception: Please set SVN_LIBINTL to the location of the svn libintl packages - see README.txt in the SV_DEV dir
-------------------------------------------------------------------------------------------------

7. set SVN_LIBINTL=D:\usr\local\Bazaar\plugins\svn
8. python setup.py install
-------------------------------------------------------------------------------------------------
Traceback (most recent call last):
  File "setup.py", line 229, in <module>
    (svn_includedirs, svn_libdirs, extra_libs) = svn_build_data()
  File "setup.py", line 187, in svn_build_data
    svn_version = get_svn_version()
  File "setup.py", line 158, in get_svn_version
    "Please check that your SVN_DEV location is correct.\n"
Exception: Please check that your SVN_DEV location is correct.
Unable to find required svn_version.h file.
-------------------------------------------------------------------------------------------------

9. Post It here.
10 Download the svn plugin, version 0.5.2....