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.
Arvind Raman wrote: > I ask this for I see rlog distributed with rcs v5.7 > with > cygwin behaving differently from what exists in CVS, > particularly while parsing RCS files with the author > field being an author and not an alphanumeric > constant. > The rlog that cvs uses is a wrapper into the cvs code. Numeric usernames are invalid - they have to be identifiers (if you try to parse such a username from a unix system you'll probably get random results). Tony