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

svn_stream_write

From: Dominik Oesterreich <dominik_at_oesterreichnet.de>
Date: 2004-06-26 14:33:11 CEST

Hello,
 
I try to write the contents of a file in another file (for exampel:
C:\temp). I looked at svnlook: do_cat and saw:

> svn_fs_file_contents (&fstream, root, path, pool);
> svn_stream_for_stdout (&stdout_stream, pool);
> do {
> check_cancel (NULL);
> svn_stream_read (fstream, buf, &len);
> svn_stream_write (stdout_stream, buf, &len);
> }
 
 
but I don't find a posibility to change the stdout stream to a file. Is
there any function I can use?

Thx
 
Dominik
Received on Sat Jun 26 14:36:25 2004

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.