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

Re: Revision control + bug tracking

From: Ben Collins-Sussman <sussman_at_newton.collab.net>
Date: 2000-06-20 06:12:38 CEST

David Soergel <lorax@lorax.org> writes:

> 3. Leave the servers completely separate, but write a clever
> client that interacts with both of them. In fact, there could be a
> client-side plugin for Subversion which interacts with Scarab (or
> whatever). Doing it as a plugin would be particularly nice because
> it would work with future Subversion clients.
>
> Thoughts?
>

Take a look at the Subversion spec; absolutely everything is
librarized. All client functionality is in a shared library. All
*server* functionality is in a shared library too; a smart Scarab can
talk directly to any Subversion repository this way, completely
avoiding the network if need be.
Received on Sat Oct 21 14:36:05 2006

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.