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

Re: Revision control + bug tracking

From: Ben Collins-Sussman <sussman_at_newton.collab.net>
Date: 2000-06-20 07:36:25 CEST

Jon Stevens <jon@latchkey.com> writes:

> on 6/19/2000 9:12 PM, "Ben Collins-Sussman" <sussman@newton.collab.net>
> wrote:
>
> > Take a look at the Subversion spec; absolutely everything is
> > librarized. All client functionality is in a shared library. All
> > *server* functionality is in a shared library too; a smart Scarab can
> > talk directly to any Subversion repository this way, completely
> > avoiding the network if need be.
>
> We need to write a java client implementation library or go through JNI, but
> i would prefer 100% native java...
>

Writing a native java client library is a HUGE task. I think writing
a java class that accesses the C client library thru JNI is relatively
straightforward. :)
Received on Sat Oct 21 14:36:05 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.