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

Re: bxxp and subversion

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2000-11-03 20:16:02 CET

> It looks like BXXP protocol could lay a good foundation for network
> layer for subversion. There is an apache module for BXXP and java
> and python clients.

I think we're pretty much committed to WebDAV (with versioning
extensions) at this point. It's not my favorite protocol model, but
it buys us compatibility with other future versioning applications,
lets us use generic HTTP caches (though not perfectly, because of
diffs), and most importantly, we've already done most of the work. :)

However, I would like to see a way for Subversion to run over a
generic stream at some point--feeding XML deltas over rsh, for
instance (where "rsh" could actually be "ssh"). CVS runs well over
ssh and telling people, "Oh, just use SSL instead" isn't going to fly
in many cases. Not a requirement for 1.0, of course.
Received on Sat Oct 21 14:36:14 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.