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

Re: Getting complete revision history with the current DB model

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-03-12 19:46:29 CET

Harald Wellmann <Harald.Wellmann@gmx.de> writes:

> You get the predecessor of each node revision and the children of each
> directory node at constant cost, but to dump the complete history of a
> node, you have to find the successor revisions and then the parent
> directory to map your node to a path name.

Alas, you are correct. Subversion cannot (yet) track a node's history
in a forward direction, other than by brute force searching. The copy
data allows you to track backwards, a la 'svn log'. So for now, you
won't find any pretty Clearcase-like node diagrams coming out of
Subversion.

> Am I missing something obvious?

No.

> If not, are there any plans to extend the DB model?

Yes.

> Or should we wait for an SQL DB backend and then get all sorts of
> queries nearly for free?

Yes. :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 12 17:47:43 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.