Changes between Initial Version and Version 1 of Ticket #18764


Ignore:
Timestamp:
Mar 8, 2009, 4:36:35 PM (15 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18764

    • Property Cc ryandesign@… removed
  • Ticket #18764 – Description

    initial v1  
    1 under OSX 10.4.11 'hg convert -s svn {some_svn_working_dir}'
     1under OSX 10.4.11 '{{{hg convert -s svn {some_svn_working_dir}}}}'
    22produces the error message:
    33
     4{{{
    45Subversion python bindings could not be loaded
     6}}}
    57
    68although 'python2.5' knows of them (i.e. 'import svn' works at the python prompt and 'svn.\`__`file`__`' returns:
    79
     10{{{
    811'/opt/local/lib/svn-python2.5/svn/`__`init`__`.pyc'
     12}}}
    913
    1014), since 'subversion-python25bindings' is installed already.
     
    1216so I have
    1317
     18{{{
    1419subversion @1.5.5_0 (active)
    15 
    1620subversion-python25bindings @1.5.5_0 (active) 
     21}}}
    1722
    1823with help from the macports list and the 'mercurial' maintainer I tried some things. e.g. it seems that