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

Re: push/pull problem

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-05-11 17:29:26 CEST

Ben Collins-Sussman wrote:

>So what are some possible solutions?
>
>1. Have the callback implement a stream which accepts all incoming
> data into a tmp file. When the parser closes the stream, allow
> the fs to pull the data from the tmpfile. ugh.
>
>2. Change the callback prototype, so that it pulls data from a parser
> stream. If a vtable didn't want any text, it would immediately
> close the stream, and the parser would just skip-over any
> remaining textdata (as it does now, when the vtable isn't
> interested.)
>
>Thoughts?
>
>
svn_fs_set_contents will set the contents of any node; apply_textdelta
calls it internally.
Oh, that function doesn't exist? Well, you know what to do, then. :-)

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 11 17:30:28 2002

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.