-----????-----
???: * Tong * [mailto:[EMAIL PROTECTED]]
????: 2001?12?18? 13:33
???: [EMAIL PROTECTED]
??: cvsignore problem
Hi,
I am having problems trying to avoid some files using cvsignore file.
When I created it using the following command,
echo "*.class *.txt *.jar" > $CVSROOT/CVSROOT/cvsignore
chmod ug+rwx,o-rwx !$
and did a cvs import (using a normal user account), all .class files
get imported. Here is part of the output:
N .../tests/DBSecurityMatrixTests.java
N .../tests/DBSecurityMatrixTests.class
When I set the CVSIGNORE intead,
export CVSIGNORE="*.class *.txt *.jar"
The .class files get correctly ignored. (I saw:)
I .../tests/DBSecurityMatrixTests.class
What's wrong? Both my root and normal user have the same CVSROOT
setting. Besides, I set
export CVSREAD=yes
in my client env.
Please help. Thanks
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs