[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-05-11 19:22:06 CEST

Branko Čibej <brane@xbc.nu> writes:

> >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. :-)

Duh, you're right.

I just chatted with cmpilato, and certainly it would only be a Good
Thing to make the svn_fs.h API richer. Give users a choice: either
have them push txdelta windows at a file, or let them push fulltext
directly.

And it turns out that the dag layer *already* has this routine
(svn_fs__dag_get_edit_stream) -- so I'm just going to wrap it in a
public function!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 11 19:25:05 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.