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

Re: Reporter API cleanup for 1.0

From: <kfogel_at_collab.net>
Date: 2003-12-28 18:34:21 CET

Greg Hudson <ghudson@MIT.EDU> writes:
> (Relax: I'm just proposing a docstring change.)

+whew+

> Right now, the reporter API does not impose constraints on the order
> of reports, except for this cryptic comment about set_path:
>
> * This will *override* any previous @c set_path() calls made on parent
> * paths. @a path is relative to the URL specified in @c open().
>
> The svn_repos reporter implementation will below out if you don't
> start with a set_path("", rev, start_empty) call, but this is not
> documented anywhere.
>
> I'd like to document that reports have to be sent in depth-first
> order, beginning with a specified rev for the root path, first because
> that's how we do it now, and second because it gives us the option of
> storing the report into a temporary file and then processing the
> temporary file in a streamy fashion.
>
> Objections?

Certainly none for trunk. And I assume you'll add it to the 1.0 list?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Dec 28 19:25:53 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.