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

Re: Java Library

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-07-16 16:40:39 CEST

Alexander Mueller <alex@littleblue.de> writes:

> right now I am working on a first scratch for the Java
> library. Didnt understand all of the concepts yet (for example:
> Reporter, Baton) but I am working on it.

We use the term "baton" in the codebase to refer to a structure full
of invisible data needed by a function. Some systems call these
closures "context" objects, and in X windows I think they're called
"userdata". We called them "batons" because they're being passed
around a lot. :)

If you or anyone else is planning on writing a new SVN client
application, the *main* API to look at is svn_client.h. This API
refers to batons and `editors' too. You can read about `editors' in
the design document, and also by looking at the svn_delta_edit_fns_t
type in svn_delta.h.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:33 2006

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.