Is this possible? It turns out that it is using the cvs update
command. I do not have the space to teach CVS here but here is
the basic procedure:
Str
.
cvs update
will do so automatically. If you are simply adding
functions, this will happen seamlessly. If you are modifying existing
code, there may be some conflicts to sort out. In practice, the
cvs update
command does an excellent job of merging changes
automatically.