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

RE: Re: Java-based Subversion-client

From: Leeuw van der, Tim <tim.leeuwvander_at_nl.unisys.com>
Date: 2004-02-23 16:00:35 CET

And if you want to implement the file:// protocol for repos. access in your all-java client, or want you 100% pure java client to be able to create a repos, then you also need to implement bdb in java, in a 100% file-compatible way... including it's use of the pthread semaphores in the mmapped file...

That doesn't sound very appealing to me. I've been thinking about it, and 100% pure java doesn't sound like a realistic option to me.
You'd have to have some JNI lib in there somewhere.

regards,

--Tim

-----Original Message-----
From: Ben Collins-Sussman [mailto:sussman@collab.net]
Sent: maandag 23 februari 2004 15:50
To: Thomas Singer
Cc: dev@subversion.tigris.org
Subject: Re: Java-based Subversion-client

Thomas Singer wrote:

> Hi,
>
> Sorry, if this was asked before, but is there a decent 100% Java
> implementation for a Subversion client available at the moment?

No, it would mean reimplementing huge amounts of complex C code.
Nobody's done it, not surprisingly.

There are nice JNI libraries to the C libraries, however.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-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 Feb 23 16:00:49 2004

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.