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.
Matt Schuckmann wrote: > The most often used is to ask cvs to produce an rlog but it does look like > there was an atempt to parse the RCS file directly, it looked like it was > experimental and not well used. Parsing RCS is relatively easy but to be robust you have to ignore what you don't understand.. the cvs (and by extension cvsnt) code does that a lot. The problem is cvsnt is changing.. at some point in the future there won't be any RCS files at all - in the interim I'm loading them up with all the information I need to make 2.5.02 work.. anything that makes assumptions about the format is going to break sooner or later. > I'm not sure what cvsgraph does, it sounds like it parces the rcs file > directly. Probably not a big issue in the short term with a bit of patching of cvsgraph... OTOH it should be possible to do it using the output from rlog (as WinCVS does). Tony