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

Re: Question regarding svn_ra_do_update and delta data

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2005-12-12 19:46:18 CET

On Mon, 2005-12-12 at 08:27 +0100, Ph. Marek wrote:
> I call svn_ra_do_update() and report my "working copy"-state. This is
> currently everything at the last committed/checked out version.

You've told the repository you have the base text for every file at the
head revision. If you don't have that, use delete_path or the
start_empty flag to tell it what you don't have.

We do not have any rsync-like algorithm support which would allow
fetching only the changed parts of files.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 12 19:49:24 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.