diff -u -r1.1 -r1.2 --- vers_ts.c 5 Mar 2003 14:19:27 -0000 1.1 +++ vers_ts.c 27 May 2003 13:32:29 -0000 1.2 @@ -129,6 +129,19 @@ } } } + { + /* DM: never override a "-kb" in the RCS File */ + if (finfo->rcs != NULL) + { + char *rcsexpand = RCS_getexpand (finfo->rcs); + if (rcsexpand != NULL && rcsexpand[0] == 'b' && rcsexpand[1] == 0) + { + if (vers_ts->options != NULL) + free (vers_ts->options); + vers_ts->options = xstrdup("-kb"); + } + } + } if (!vers_ts->options) vers_ts->options = xstrdup ("");