I have ftp'ed the base delta src-2.2.0300xEmpty.gz (and the subsequent
deltas). Currently it's located in /usr/local/stable. Trying to apply it to
/usr/src in the following way:
# cd /usr/src
# ctm -v /usr/local/stable/src-2.2.0300xEmpty.gz
results in messages for each and every file of the delta such as:
bla/foo.c exists.
It finally exits with:
Exit(80)
How do I apply a base delta to /usr/src? If I delete everything in /usr/src
first, then:
# ctm -v /usr/local/stable/src-2.2.0300xEmpty.gz
runs normal and exits with
Exit(0)
Is this the normal way of applying a base delta?
--
Guido Kollerie