Is it really pure Java though? More often than not, Java bindings for C
libraries are auto-generated by SWIG, so one has a Java JAR (with native
methods), with a JNI .dll/.so native library in between the JAR and the
native (SVN in this case) library. It's more integrated than forking an
external binary (as is done for CVS in Ant currently), but has the potential
to corrupt the Java VM if run in process.

I know for sure than the Java bindings of the BerkeleyDB used by SVN are
that way, I just don't know about SVN... By since SVN uses WebDAV as its
protocol, I suppose that one only needs pure Java support for WebDAV to talk
to a SVN server!?!? Is this correct karl?

Thanks, --DD

-----Original Message-----
From: Karl Fogel [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 25, 2002 9:29 AM
To: Stefan Bodewig
Cc: [EMAIL PROTECTED]
Subject: Re: Hosting new Ant2 repository with SubVersion!?!?

Stefan Bodewig <[EMAIL PROTECTED]> writes:
> Subversion already has a Java binding - is this still alive?

Yes, but I'm not sure how up-to-date it is

> I think it would be cool to have a pure Java Ant task hosted by svn
> and distributed with svn's Java binding instead of including it with
> Ant.  I'd be interested in helping, BTW.
> 
> on its way to register with Subversion ...

Great!  Basically, the [EMAIL PROTECTED] list is where all
conversation happens, so make sure to join that.

-K

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to