I am about to import a project into CVS, but I have a "data" folder inside this porject tree, which holds over 1GB of mp3 files. I apparently do not want to import this "data/" folder into the repository. So how can I tell CVS to exlude this data folder while importing it.
You can put the folder name "data" into a file .cvsignore on the same level, then it should be ignored on all future actions. Or, if you don't mind the folder, just the files, you can make a file mask *.mp3 and put it in the environment variable CVSIGNORE.
bye Fabi _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
