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.
Jim Hyslop wrote: > > Actually, it really was skipping the file - I had to manually copy the > file into the repository. > > I removed the entry from the checkoutlist file, but CVSNT still isn't > updating the version in the repository. > There were some versions that disallowed certain critical files from being administered remotely (passwd,group,admin). Since the CVSROOT is now locked down by default that is no longer necessary (although possibly desirable, I could be persuaded either way) so the restriction no longer exists. Of course putting passwd in checkoutlist is still a bad idea since it will conflict with changes made by cvs passwd. Tony