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

Another thought on Subversion as a changeset engine

From: Alon Ziv <alonz_at_nolaviz.org>
Date: 2002-12-19 09:58:55 CET

It has occured to me that Subversion is already "almost" a changeset database, as the "deltas" it stores are equivalent to changesets---only they are reversed (i.e. they create the preceeding version from the following one, instead of the other way around).
Now, if we could just create an algorithm for reversing deltas, Subversion can become a "real" changeset database without almost any change in the existing semantics.
Is this possible? Or are deltas fundamentally irreversible? (I do recall something was said about it on the list once, but I can't remember what... And couldn't find it in the archives :-( )

    -az
Received on Thu Dec 19 09:59:11 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.