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.
Mark Levedahl wrote: > We use taginfo to invoke a script to assure format of tags: this works fine > except in one directory that has 649 files with total size ~11M. cvs tag > never completes (no response after ~2 hours) in this directory. cvs tag > works fine in the same if we disable the taginfo script. > If your taginfo script reading its standard input? If it fails to do that CVSNT will wait forever for it to start accepting input, once it has pushed a certain amount of data into the input stream (about 4K AFAIK). Tony