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

Re: working copy storage for RA properties

From: Greg Stein <gstein_at_lyra.org>
Date: 2000-12-05 00:23:18 CET

On Mon, Dec 04, 2000 at 06:15:21PM -0500, Greg Hudson wrote:
> I'm noticing that (2) and (3) could probably be synthesized at commit
> time based on knowledge of how the Subversion server lays out its
> resources. Are we looking at being able to run a Subversion client
> against a non-Subversion DAV server some day?

Absolutely.

I'm going to try and minimize the number of dependencies in the client on
the SVN server. I think the only one that is going to exist is the notion of
"one version number" (in terms of the model, and how to extract that number
from information the server sends).

On the other hand, the SVN server (specifically: mod_dav_svn) is going to be
quite SVN-specific. It will be rather limited as a generic DeltaV server in
the 1.0 release of SVN. Later versions will enhance its interop, but for now
we're going to focus on the minimum set of requires features to support the
SVN client.

In other words: the SVN client will be almost able to talk to any DeltaV
server. The SVN server will not (generally) be usable by any DeltaV client.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:16 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.