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

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

From: Dominique Devienne <DDevienne_at_lgc.com>
Date: 2002-07-25 16:58:58 CEST

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 <bodewig@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:   <mailto:ant-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-dev-help@jakarta.apache.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 25 17:53:05 2002

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.