info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

unsubscribe


From: Justine Zhang ??
Subject: unsubscribe
Date: Thu, 20 Dec 2001 11:59:53 +0800

-----????-----
???: * Tong * [mailto:address@hidden
????: 2001?12?18? 13:33
???: address@hidden
??: 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
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]