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

Re: Changesets vs Wet Blankets

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-04-16 21:24:46 CEST

On Wed, 2003-04-16 at 14:05, solo turn wrote:
> how do you handle directory moves with skip deltas on files?

The database can look up a node-revision by revnum and pathname,
regardless of whether there have been directory moves. A node-revision
points to a representation, which may be a fulltext or a delta against
another representation. Skip-deltas merely affect how the delta
representations are chained together.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 16 21:30:31 2003

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.