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

Re: svn commit: rev 1901 - trunk/subversion/include trunk/subversion/libsvn_repos

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-05-08 06:13:39 CEST

Karl Fogel <kfogel@newton.ch.collab.net> writes:

> sussman@tigris.org writes:
> > + while (stream):
> > + {
> > + read group of headers into a hash
> > +
> > + if hash contains revision-number,
> > + possibly close_revision() on the old revision baton
> > + new_revision_record()
> > + else if hash contains node-path,
> > + new_node_record()
> > +
> > + if hash contains content-length,
> > + read n bytes of content
> > + parse content:
> > + call set_*_property() if needed
> > + call set_fulltext() if a node
> > +
> > + if in a node,
> > + close_node()
>
> Dang, Ben, you know some _mean_ C!
>
> (Couldn't resist :-) ),

Bite.

Me.

:-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 8 06:16:36 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.