> But CVS doesn't know to ignore .class files, so when we check in a > Java program you get a very long list of files, all the .class files in > the tree. It is easy to overlook a .java file somewhere in that page > and a half of output.
echo '*.class' > .cvsignore in the directory you are working -Petru _______________________________________________ Freenet-dev mailing list Freenet-dev at lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/freenet-dev
