Add Command
When you see a ? file as you are updating or committing, you will probably want to add or "ignore" the file listed.
In order to "add" the file, CD to the folder and issue the command
cvs add junk.html or cvs *.html to get all of the files in the current folder that meet the wild card addition. You can also add a whole directory.
You will get a messages about each file that is added and telling you that the actual ADD will not happen until you issue a COMMIT.