Peschko, Edward <[EMAIL PROTECTED]> writes:

> hm.
> 
> I have a .cvsignore file in each of my directories with the following entry:
> 
> *~
> 
> and yet when I say:
> 
> cvs add file~
> 
> it happily accepts the file, puts it in for committing. when I cvs
> commit, it commits the file.
> 
> umm... shouldn't .cvsignore block these entries from being even processed?

No.

A user should be able to add any file to the repository that they wish.
The .cvsignore file is to reduce the clutter on an update or diff
operation, not to prohibit those files from bein able to be checed into
the repository.

It is perfectly acceptable to have both .* and * in the .cvsignore file
so that a user is never 'bothered' with a list of files in the directory
that are not cvs controlled. This does not mean that no files should be
allowed to be added to the repository.

        Enjoy!
        -- Mark


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

Reply via email to