You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Dominique Devienne <DD...@lgc.com> on 2002/07/25 14:58:58 UTC

RE: Hosting new Ant2 repository with SubVersion!?!?

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:kfogel@newton.ch.collab.net] 
Sent: Thursday, July 25, 2002 9:29 AM
To: Stefan Bodewig
Cc: ant-dev@jakarta.apache.org
Subject: Re: Hosting new Ant2 repository with SubVersion!?!?

Stefan Bodewig <bo...@apache.org> 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 dev@subversion.tigris.org list is where all
conversation happens, so make sure to join that.

-K

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Hosting new Ant2 repository with SubVersion!?!?

Posted by Stefan Bodewig <bo...@apache.org>.
On Thu, 25 Jul 2002, Dominique Devienne <DD...@lgc.com> wrote:

> Is it really pure Java though?

No - the current Java binding is using JNI.  But things may come
later.

> 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!?!?

Apache Slide would by my first choice, but I don't think it supports
Delta-V yet.

Stefan

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Hosting new Ant2 repository with SubVersion!?!?

Posted by Stefan Bodewig <bo...@apache.org>.
On Thu, 25 Jul 2002, Dominique Devienne <DD...@lgc.com> wrote:

> Is it really pure Java though?

No - the current Java binding is using JNI.  But things may come
later.

> 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!?!?

Apache Slide would by my first choice, but I don't think it supports
Delta-V yet.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org