on many modern VCS systems it's O(n) on the number of changes (start from where
you are and apply the patch to change it to rev -1, then apply the patch to
change it to rev -2, etc)
on git it's O(1) (write the new files into place)
David Lang
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html