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

Re: [Subclipse-users] Berkeley DB / FSFS

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-01-13 21:30:59 CET

mickeydog <mickeydog@taosnet.com> wrote on 01/13/2006 02:55:42 PM:

> We have set up a subversion server with FSFS.
> I'm confused about whether subclipse can access this.
> I read some things that say it can only access a server with Berkeley
> DB, others that say the server must have FSFS.
>
> What is reality?

Subclipse has no limitations, but the adapter you choose can have
considerations.

As long as it is accessing it via a server (http:// or svn://) then the
adapter has no idea what format the repository is, it doesn't matter. The
client is talking to the server, and the server manages those details --
so no issues.

If using the file:// protocol, then the adapter is directly manipulating
the repository and has to support it. Currently, the JavaSVN adapter does
not support the file:// protocol at all. The JavaHL adapter can support
either format or both, it depends on how it was built. The one we provide
for Windows supports both.

I would recommend using FSFS in general.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Fri Jan 13 21:54:18 2006

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.