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.
Mike Wake wrote: > Sorry for the spam everyone. > > I screwed up, the last log was of a non existant fileattr.xml > > Here is the server side trace of "cvs -t -t -t lsacl loginfo" > after I did > cvs chacl -u mwake -a read,write,create,tag,control > which created a fileattr.xml that looked like this It turns out to be a gcc headers problem - if you #include <string> it redefines printf (!), which breaks the I/O redirection that CVS uses. Moving the includes around helps, as a fix. It only seems to affect Linux (and then only certain versions of glibc I think). Tony