You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Meryl Silverburgh <si...@gmail.com> on 2008/10/09 07:26:59 UTC

Python subversion 1.5 binding

HI,

Can someone please tell me where can I find python subversion 1.5
binding for ubuntu?

I have been trying to compile it myself, I keep getting a 'undefined
symbol' error.

 python -c 'from svn import client'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/merylbin/lib/svn-python/svn/client.py", line 19, in <module>
    from libsvn.client import *
  File "/home/meryl/bin/lib/svn-python/libsvn/client.py", line 7, in <module>
    import _client
ImportError: /home/meryl/bin/lib/libsvn_ra_neon-1.so.0: undefined
symbol: GSS_C_NT_HOSTBASED_SERVICE

Thank you  for any help.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Python subversion 1.5 binding

Posted by Michael Diers <md...@elego.de>.
Meryl Silverburgh wrote:
> Can someone please tell me where can I find python subversion 1.5
> binding for ubuntu?
[...]

Which Ubuntu release?

For Ubuntu 8.04 LTS "hardy", there are Subverion 1.5.1 packages in
"hardy-backports". The Python bindings are included.

http://packages.ubuntu.com/search?keywords=subversion&searchon=names&suite=all&section=all

For older Ubuntu releases, you need to roll your own backport. For
instance, I built packages for Ubuntu 7.10 "gutsy", which are available
here:

ftp://ftp.elego.de/pub/packages/gutsy-backports/serf
ftp://ftp.elego.de/pub/packages/gutsy-backports/subversion

You may want to investigate those in case you need to target even older
releases.

-- 
Michael Diers, elego Software Solutions GmbH, http://www.elego.de


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org