Adding files and directories

Example 3. Adding your new file

My new file needs to "logged in" with CVS. I notice my editors have written numerous backup files (one hidden) and that I have version 1 still hanging about. So I add the particular file I want to include as follows:
[A-Hacker@work]$  cvs add cvs-quickstartv0.2.sgml 
A-Hacker@cvs.tenforty.sourceforge.net's password: <PassWord4Login>
cvs server: scheduling file `cvs-quickstartv0.2.sgml' for addition
cvs server: use 'cvs commit' to add this file permanently

I note a server message telling me to commit the file.