Moshe Levy wrote:
> Hi,
> im trying to use the $CVSROOT/CVSROOT/cvsignore file to make the cvs
> update command to ignore some files . (*.class) . unfortunatly it doesnt
> work, and the cvs update
> still writes information about all my *.class files.
> any idea why is that ?
>
> Moshe.
See http://www.loria.fr/~molli/cvs/doc/cvs_18.html#SEC170
Make sure you checkout cvsignore to alter it, then commit. Don't do it in
the repository.
I found it works real neat if you put a .cvsignore file in each directory.
Add the .cvsignore file itself to CVS. This is good where, for example, a
makefile works by creating temporary targets (e.g. "touch .made-core") and
you don't want to see these in CVS listings.
I couldn't get all this to work at first, but then I noticed the manual
CLEARLY SAYS to use 'sh' expressions rather than regular expressions. RTFM -
Doh! Now it's OK.
Rick
--
Richard Beton B.Sc. C.Phys. M.Inst.P.
Roke Manor Research Limited (http://www.roke.co.uk/)
ICQ: 56840977. Homepage: http://www.beton.freeserve.co.uk/
------------------------- Standard Disclaimer Applies
-------------------------
The information contained in this e-mail is confidential to Roke Manor and
must
not be passed to any third party without permission. This communication is
for
information only and shall not create or change any contractual
relationship.
-------------------------------------------------------------------------------