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

Re: Handling RA extensions between 1.x releases

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-06-08 05:46:26 CEST

On Mon, 2004-06-07 at 23:26, Branko Èibej wrote:
> * How does a new server know it's talking to an old client?

So far, we haven't needed to answer that question (at least, post-1.0;
the pipeline editor changes in ra_svn needed the answer to that
question, but they went in pre-1.0).

But, the answer is:

  * ra_svn: Capability strings in the greeting, or by tacking stuff onto
the end of tuples when that's simpler. (For edit pipelining, I used a
capability string; for the repos root, we tacked it onto the end of one
of the server messages during the greeting.)

  * ra_dav: Typically, by making the client request new behavior with a
property, like we did with the "send-all" property in r7727 with fast
updates.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 8 05:47:02 2004

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.