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.
Dan Holmes wrote: > I have copied my cvsroots to a linux PC in the hopes to get bonsai > working. There appear to be three entries in cvsnt files that rcs on > linux doesn't parse. They are permissions, commitId and deltatype. > What rcs is being used by cvsnt? Can those attributes be turned off? CVSNT (like recent Unix CVS) does not call external RCS programs. You cannot disable the RCS file extensions, but you *can* compile CVSNT on Linux and use the RCS wrappers provided instead of the standard RCS executables. -Torsten