info-cvs
[Top][All Lists]
Advanced

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

Re: question about cvsignore


From: Mark A. Flacy
Subject: Re: question about cvsignore
Date: 02 Jan 2002 17:46:34 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

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?


reply via email to

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