Please send CVS bug reports to [EMAIL PROTECTED] in the future. You are more likely to get a timely and correct response. Derek -- Derek Price CVS Solutions Architect ( http://CVSHome.org ) mailto:[EMAIL PROTECTED] CollabNet ( http://collab.net ) -- I don't know what's right any longer! You have to think for both of us - for all of us! - Ingrid Bergman as Elsa, _Casablanca_
Hello, I used 'cvsbug', but it rejected. Because My system is private(?)? So, I found your email from ChangeLog. I use this setting 'TMP=/home2/tmp TMPDIR=$TMP'. Because of this setting, modules5-15 failed. Here is check.log You have [0] altered files in this repository. Are you sure you want to release (and delete) directory `realmodule': PASS: modu ** expected: tag script invoked in /tmp/cvs-sanity/1 args: realmodule MYTAG ** or: tag script invoked in /tmp/cvs-serv[0-9a-z]* args: realmodule MYTAG ** got: tag script invoked in /home2/tmp/cvs-serv32198 args: realmodule MYTAG FAIL: modules5-15 And to avoid above fail, I added TMP= TMPDIR= export TMP TMPDIR to the sanity.sh (below 'tmp' setting, line 174). And then, I met next error while 'remote' test. ** expected: cvs [a-z]*: scheduling file .cfile. for addition cvs [a-z]*: use .cvs commit. to add this file permanently ** got: cvs server: use 'cvs commit' to add this file permanently FAIL: crerepos-14 My system is: Linux-kernel-2.4.5, athlon, glibc-2.2.3. Regards, namsh