Implemented branch handling and basic tree support in fast-import.
authorShawn O. Pearce <spearce@spearce.org>
Tue, 8 Aug 2006 07:36:45 +0000 (03:36 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 14 Jan 2007 07:15:03 +0000 (02:15 -0500)
commit6bb5b3291df99bf050c91ab742b406d2404b8f73
tree93829938269da5963668931734d0b773612f90af
parent6143f0644e79686407c1dc0e1b4dadff74e80046
Implemented branch handling and basic tree support in fast-import.

This provides the basic data structures needed to store trees in
memory while we are processing them for a branch.  What we are
attempting to do is track one complete tree for each branch that
the frontend has registered with us through the 'newb' (new_branch)
command.  When the frontend edits that tree through 'updf' or 'delf'
commands we'll mark the affected tree(s) as being dirty and recompute
their objects during 'comt' (commit).

Currently the protocol is decidedly _not_ user friendly.  I crashed
fast-import by giving it bad input data from Perl.  I may try to
improve upon it, or at least upon its error handling.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
fast-import.c