Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Tony, src/rcs.cpp revision 1.80.2.101 is when you changed line +-5052 @@ -4894,7 +4894,7 @@ np = getnode(); np->type = RCSFIELD; np->key = xstrdup ("kopt"); - np->data = xstrdup(rcs->expand?rcs->expand:"kv"); + np->data = xstrdup((options&&*options)?options+2:(rcs->expand?rcs->expand:"kv")); addnode (delta->other_delta, np); I'm not sure whether you expect options to have a -k prefix or not, so its hard to determine whether this is an upstream problem from import.cpp or commit.rcs (which call RCS_create). import.cpp defiantly treats options (via its keyword_opt) sans prefix. Cheers, David