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

RE: [Subclipse-dev] Submitting Subclipse as project to Eclipse.org

From: Alexander Kitaev <alex_at_tmate.org>
Date: 2006-07-06 13:08:42 CEST

Hello Thomas,

> OK, so you have a solution where the server is more or less
> embedded in the client. But since Subversion is so nicely
> layered, wouldn't it be simple to just require a server
> installation for the cases where you want to support local
> access? Seems odd to me that a pure client cannot be
> implemented although a lot of effort has gone into making the
> whole thing client/server and layered.
Initially JavaSVN didn't included direct fsfs repository access support and
users were suggested to install server (svnserve) or use svn+ssh to access
repository on the local computer. However, there are applications other then
Subclipse that interact with Subversion repositories and it is much more
usable for those applications to access repository directly. Also direct
access could be faster comparing to access through the server.

I agree with you that from the end-user point of view "file" protocol
support is not really important, but for some projects it could be critical.
Also it opens a way to pure Java Subversion server implementation.

Alexander Kitaev.

> -----Original Message-----
> From: Thomas Hallgren [mailto:thomas@tada.se]
> Sent: Thursday, July 06, 2006 2:48 PM
> To: dev@subclipse.tigris.org
> Subject: Re: [Subclipse-dev] Submitting Subclipse as project
> to Eclipse.org
>
> Alexander Kitaev wrote:
> > Hello Thomas,
> >
> >> OK, my mistake then. I though the JavaHL and JavaSVN where
> API's on
> >> top of a protocol only and that only the server side was concerned
> >> with FSFS. Just out of curiosity, why is the client concerned with
> >> that?
> > In order to support local access over "file" protocol.
> >
> OK, so you have a solution where the server is more or less
> embedded in the client. But since Subversion is so nicely
> layered, wouldn't it be simple to just require a server
> installation for the cases where you want to support local
> access? Seems odd to me that a pure client cannot be
> implemented although a lot of effort has gone into making the
> whole thing client/server and layered.
>
> I think it would be very reasonable to say that if you want
> local repositories, you need to install the server.
>
> Regards,
> Thomas Hallgren
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: dev-help@subclipse.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: dev-help@subclipse.tigris.org
Received on Thu Jul 6 13:08:48 2006

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

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