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: >I'm going to be porting several MKS archives to CVSNT, I've already found a >collection of scripts on the net to convert the MKS specific RCS archives to >CVS archives and it generally seems to work ok. > >What I'm looking for is a tool or script that validates the format of the >archive files (the ,v files) for CVS, something that can tell you yep the >required fields are there, the tags, the keyword flags are set properly, and >branches are specified correctly, the syntax for the diffs is correct, etc. > There is a Perl script named validate_repo.pl, available from cvshome.org, which does this. -Torsten