Hi, We have written a set of Perl scripts that wrap around CVS commands and do some more stuff that is specific to our working environment. Someone suggested that I add two options to the wrapper for "cvs commit", and I was wondering if anyone has thought about adding these two options to CVS itself or to a GUI for CVS, or otherwise, if there are any problems with these options: 1. An option to make "commit" ask you if you'd like to get rid of files that exist in the repository but not in your working directory, and possibly specify on the command-line which files to remove (or have the "commit" ask you for each file or for each file extension). 2. An option to make "commit" ask you if you'd like to add files that exist in your working directory but not in the repository, and possibly specify on the command-line which files to add (or have the "commit" ask you for each file or for each file extension).
Of course, a user can always use "cvs add" and "cvs remove" to add or remove files, but these two options can help him/her make sure they didn't forget to do this for some of the files. Thanks a lot, Shlomo _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
