[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: Branko Čibej <brane_at_xbc.nu>
Date: 2003-03-12 20:26:42 CET

Ben Collins-Sussman wrote:

>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.
>
What we can do, though -- once the rename behaviour is fixed -- is
search for all isntances of a node id, then search backwards from each
and construct a tree that way. That's almost as good.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 12 20:28:16 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.