BumpRevisionLength takes a name and turns it into a "copy_of_name". It knows how to deal with copies of copies. The routine will truncate the new name to the given maximal file size. In case it cannot fit the fill the name even by truncation, it will return NULL.
INPUTS
newbuf
the new buffer that will receive the name (it must be at least 31 characters long).
oldname
the original name
RESULT
result
a pointer to newbuf, or NULL in case the buffer is too small even for a truncated copy.