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.
David Somers wrote: > The only possible gotcha... if you ask me (you may disagree), the local > wrappers should override the server and hardcoded wrappers (which may not > happen if the list is sorted)... the thinking is that there may be a That's the purpose of the sorting... you sort into: Server Permanent Client Perment Server Temporary (don't know if this can happen though) Client Temporary Then read the list backwards (the code already does this anyway). > Meanwhile I'm beaving away at my code that automagically detects whether a > file is text/unicode/binary... it seems to be working quite well... just > modded it so it spits out per-directory .cvswrappers...it seems to work :-) Good! Tony