Khyati Nayak wrote: > I need only one excutable to be in the repository for various > reasons. CVS ignores all exe-s by default, but I can specify > the cancellation of all default ignores during import. Is > there any way I can ignore all the executables except this > one I want? You could try using 'cvs add filename.exe' instead of 'cvs import'. Explicitly naming a file in 'add' will override any ignore rules.
-- Jim Hyslop Senior Software Designer Leitch Technology International Inc. (http://www.leitch.com) Columnist, C/C++ Users Journal (http://www.cuj.com/experts) _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs
