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

Silly idea

From: <peter.westlake_at_arm.com>
Date: 2001-08-03 23:18:31 CEST

[This is a whimsy about modules, and may be skipped
by the serious reader]

on this scheme, static and dynamic are just two possible
functions of the revision R used for a checkout (say).
Given rev R of foo, which rev f(R) of mod do you get?

Static says f(R) = k, a constant.

Dynamic says f(R) = R.

Any function will do as long as it only depends on R,
not on time. So "latest revision" is no good. You can
check out the latest revision of foo, but that has a
particular value R, which gives you the latest mod too.

Allowable functions include:

f(R) = R - 1 if R > 0
 - the "cautious adopter" function

f(R) = R/2
- even more cautious

f(R) = min(R,g)
- where g is the last rev of mod that was any good

f(R) = rev on 1st of January of date of R
- annual upgrade step function

f(R) = R mod 3
- very very silly

Peter.

---------------------------------------------------------------------
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:35 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.