[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: 2006-02-24 07:51:54 CET

On Thu, 2006-02-23 at 07:51 +0100, Ph. Marek wrote:
> I have a working copy locally, without the original text-base.
> So if a file is changed, I cannot use a delta stream.
> So I report changed files as deleted (with delete_path), which works in that I
> get the full-text for them.

> The problem is: If a locally changed file is deleted in the repository, I get
> no notice, as the ra-layer thinks I've already removed the file.

This sounds like something you can deal with using a little bookkeeping
in your code. Keep track of the files you said were deleted in your
report. If you don't hear back about them, that means they were deleted
in the repository.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 24 07:53:02 2006

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.