Printing contents of file using client API in Python
From: Simon Perreault <nomis80_at_nomis80.org>
Date: 2005-02-20 18:02:55 CET
Hi,
In a mod_python context, I wrote the following code, where req is the Apache
---------------------------------------------------------
stream = svn_stream_create(req, pool)
return apache.OK
def write(req, data):
This way, I hope to be able to stream the data to the web browser as it gets
---------------------------------------------------------
I suppose this error comes from swig. It doesn't seem to like receiving my req
I googled around for an example of usage of svn_stream_create() in Python but
All examples of using svn_client_cat() in Pythin I could find used a file
Any advice from a Python bindings guru?
Thanks!
-- Simon Perreault <nomis80_at_nomis80.org> -- http://nomis80.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Sun Feb 20 18:05:29 2005 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.