John Goerzen <jgoerzen@complete.org> writes:
> Hello,
>
> I'm working on writing a Python script that talks to remote
> Subversion servers. I've got it as far as the svn_ra_get_ra_library()
> step (ie, not very far). The next thing I seem to need to do is to
> get a session object. However, this involves a lot of callbacks and I
> haven't seen any examples or information about how to set that up in
> Python. The internal code libsvn_client uses doesn't seem to be
> exported through the Swig bindings either, so I'm sorta stuck. I also
> couldn't find anything in the examples that ship with Subversion.
I'd recommend using the public svn_client bindings, and I'd recommend
holding off on that for a just a few minutes while I commit some
useful changes there.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 1 22:17:35 2003