[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: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-05-08 06:12:20 CEST

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 :-) ),
-K

---------------------------------------------------------------------
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:12:25 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.