[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Python and svn_txdelta_send_stream

From: Jonas Borgström <jonas.borgstrom_at_wmdata.com>
Date: 2005-05-18 09:39:53 CEST

Hi,

The function "svn.core.svn_txdelta_send_stream" is currently almost
unusable from Python because it expects the first argument to be a
"svn_stream_t *" stream. The attached patch instructs swig to wrap
python file objects into svn_stream_t:s. The same approach is already
used by svn_repos.i.

Should I create a bug about this?

The patch is against 1.2.0-rc4.

Cheers,
Jonas

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

Received on Wed May 18 09:43:32 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.