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

Re: Problem with svn_ra_do_update() and start_empty

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2005-12-20 08:03:04 CET

On Tue, 2005-12-20 at 07:12 +0100, Ph. Marek wrote:
> I'm having a problem.
> I try to do an update, and report a file as start_empty.
> Nonetheless svn_txdelta_apply() wants me to get the original stream ...

start_empty applies only to directories, as documented in svn_ra.h. To
report that you don't have a file present, use delete_path.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 20 08:04:53 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.