Mark D. Baushke writes: > > The big thing to remember that is different between cvs import and cvs add > is that an import happens immediately while an add does not happen until > the 'cvs commit' occurs and any time up until the 'cvs commit' you may > remove files from the list of those that should not be committed.
No, the big thing to remember that is different between import and add is that add takes an explicit list of files to process whereas import does not. .cvsignore *never* overrides an explicit file specification by the user (nor should it), it only affects what files CVS processes when it's generating the list of files itself. -Larry Jones My upbringing is filled with inconsistent messages. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
