Index: vers_ts.cpp =================================================================== RCS file: /cvs/cvsnt/src/vers_ts.c,v retrieving revision 1.16.2.42.6.2 diff -c -r1.16.2.42.6.2 vers_ts.cpp *** vers_ts.cpp 8 Feb 2008 01:08:11 -0000 1.16.2.42.6.2 --- vers_ts.cpp 17 Apr 2008 01:16:50 -0000 *************** *** 187,193 **** --- 187,198 ---- * options stored in the entries file */ if (options && *options != '\0') + { + char *existing_options=wrap_rcsoption(vers_ts->filename); + if ((vers_ts->options==NULL)&&(existing_options!=NULL)) + vers_ts->options=xstrdup(existing_options); assign_options(&vers_ts->options,options); + } /* * if tags were specified on the command line, they override what is in