My local respository is in /usr/local/cvsroot.

I went into my working area and issued...

cvs -d /usr/local/cvsroot/ co CVSROOT

... I then changed into the new working area subdirectory of CVSROOT and
issued... 

echo "*.class *.txt *.jar" > cvsignore
cvs add cvsignore
cvs commit -m "New file" cvsignore

...and things are added into the repository as expected.

Does that help?
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to