[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 5808 - trunk/subversion/bindings/java

From: <kfogel_at_collab.net>
Date: 2003-05-05 21:15:27 CEST

dlr@tigris.org writes:
> Log:
> * subversion/bindings/java/README
> Added a note about the interfaces from discussion with Karl.

Are you sure this discussion was with me?
(I don't seem to remember it...)

> Modified: trunk/subversion/bindings/java/README
> ==============================================================================
> --- trunk/subversion/bindings/java/README (original)
> +++ trunk/subversion/bindings/java/README Mon May 5 14:08:36 2003
> @@ -8,9 +8,10 @@
> Contents:
>
> I. STATUS
> - II. WHY NOT 100% PURE JAVA?
> - III. WHY SWIG?
> - IV. TODO
> + II. WHY INTERFACES?
> + III. WHY NOT 100% PURE JAVA?
> + IV. WHY SWIG?
> + V. TODO
>
>
> I. STATUS
> @@ -34,7 +35,17 @@
> for guidance.
>
>
> -II. WHY NOT 100% PURE JAVA?
> +II. WHY INTERFACES?
> +
> + A. They present an API which is familiar to Java programmers,
> + regardless of the implementation generation method
> + (e.g. hand-coded, SWIG, etc.).
> +
> + B. They will allow for the possibility of multiple sets of Java
> + bindings for Subversion, all presenting an uniform API.
> +
> +
> +III. WHY NOT 100% PURE JAVA?
>
> tigris.org's C library is the reference implementation of a
> Subversion client's logic, and is the most robust client
> @@ -45,7 +56,7 @@
> loadable libraries shared by all existing implementations.
>
>
> -III. WHY SWIG?
> +IV. WHY SWIG?
>
> It's likely that Greg Stein has already answered this on the
> dev@subversion.tigris.org mailing list. Search the archive
> @@ -58,7 +69,7 @@
> generated code.
>
>
> -IV. TODO
> +V. TODO
>
> Update xela's JUnit work, adding a swig-java-check target to
> the top-level build system.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: svn-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 5 21:56:43 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.