If you are editing and existing file, check nobody else has
edited the file since you started :
$ cvs update dir1/file2.html
If you are adding a new file, add it to CVS :
$ cvs add dir1/file2.html
Assuming all is well, go ahead and commit it :
$ cvs commit -m "brief informative message about this update" dir1/file2.html
You can immediately view your changes on the testwww site, so double
check them. Browse to http://testwww.netbeans.org/dir1/file2.html.
From here, the publishing system will automaticlaly propagate your
changes to the live www site. This will happen within 1 hour.