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

svn_delta_edit_fns_t function rename coming up...

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2001-11-20 22:45:14 CET

Ben suggested a while back that the replace_* functions in editors be
renamed to open_*, since that's a better match for their semantics.
I'm doing this change right now (it is huuuuuuuge, but long overdue).
One effect is that the wire XML will change too, so that it can
continue to match the function names and match the language humans use
when talking about editor operations. Thus,

   "<S:replace-blah>...</S:replace-blah>"

will become

   "<S:open-blah>...</S:open-blah>"

in most cases.

In order to avoid an incompatible server upgrade, which would force
everyone to rebuild from a bootstrap tarball or something, we'll have
an upgrade window period, during which the client will understand
*both* the old "replace" language and the new "open" language coming
from the server, and vice versa. After a few weeks, when everyone's
client has oozed out of the danger zone, we'll knock the compatibility
code out from both and upgrade the server.

So theoretically you'll never notice; but I wanted to mention it here
first in case something goes wrong. :-)

Back into the pits,
-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:49 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.